Available extension configurations¶
These configurations can be found in Admin Tools > Settings.
Basic¶
The tag name that will be used for the Content editable wrapper¶
- DataType
string
- Default
div
The default wrapper tag name used by the frontend editing functionality is
div
, but you can change it to something else here.
Tip
You can override the default tag using the core:contentEditable ViewHelper's optional tag argument.
Features¶
Enable placeholders and direct drop-to-edit without modal¶
- DataType
boolean
- Default
true
This feature makes empty editable content areas appear with placeholders. Content elements will also appear directly after you have dropped them on the page, skipping the modal pop-up with a backend form that will otherwise appear.
You should adapt your templates to show empty fields using the isPlaceholderEnabled view helper.