badcamp / badcamp-2018

The magic that is the BADCamp 2018 website!
https://2018.badcamp.net
MIT License
0 stars 2 forks source link

Need a "BoF" Type field field value for the Event type #189

Closed torenware closed 6 years ago

torenware commented 6 years ago

Right now, the Event content type has a required field "Type", with the sole legal value of "Coder Lounge". It would be handy to have a "BoF" type as well for Bird of a Feather sessions. We may also need a "social" or "party" type, since these will also be events.

I notice also that there's a required "image". Is there any way to reference it easily in the body of the node (e.g., a filter)? The image does not appear to render otherwise.

Mchampsee commented 6 years ago

Event Type is a taxonomy. Assuming you have rights, you should just be able to add it. LMK if you don't and I can add.

torenware commented 6 years ago

Done that day. Main issue was I didn't know if this was treated as content or as configuration. @sean-e-dietrich wants configuration in git, which makes sense. Turns out that this is something he doesn't need in git.

Mchampsee commented 6 years ago

Please close the issue in that case. It's still listed as open. Thanks!!

JQTNguyen commented 6 years ago

This does actually end up in Config. I've created a PR with this included here...

https://github.com/badcamp/badcamp-2018/pull/194