I'm attempting to create some simple template customization for my publishers (without allowing them to drag and drop) and I'm trying to work with the boolean and/or choice field in order to make it work.
My idea is that if the module is turned on, it will display. If the publisher turns it off, the display will set to "none." Something like this below:
#agenda
display: {{ module.choice_field }};
As such, I created a choice with an empty value to display, and a "none" value to turn off the display and placed the widget in the CSS property.
It seems simple enough, but I cannot seem to get this to run properly. I'm very new to using booleans and choice fields in templates so I'm sure there's something I'm missing. Any advice would be appreciated!