Hi there
In previous versions of CS we’ve made around 45 custom CS Elements with various field types. Earlier we’ve been outputting those using something like this
Now classes and styles are outputting correct, but if we have fields of the toggle-type (e.g. https://a.cl.ly/z8uLwybK), we have been ‘testing’ those with e.g.
if ($show_first_item_big):
- but this doesn’t work anymore.
Suggestions?