Editors can now enable or disable content properties with a single click on a toggle switch.
In addition to the enum
attribute type, which allows for any number of options (e.g. the color of a button), Scrivito now also has two-valued options built in. For adding a yes/no switch, developers have the new boolean
attribute type available.
Examples for yes/no properties are activating and deactivating a specific style of a widget or page, or turning page indexing on and off.