Available extension configurations¶
These configurations can be found in the Extension Manager in TYPO3 v7 and v8 and in the Settings (Admin Tools) in TYPO3 v9 and up.
Basic¶
The tag name that will be used for the Content editable wrapper¶
The default wrapper tag name used by the frontend editing functionality is div
, but you can change it to something else here.
Features¶
Enable placeholders and direct drop-to-edit without modal¶
By enabling this feature, empty editable content areas will 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 would otherwise appear.
When using this feature, you should adapt your templates to show empty fields using the isPlaceholderEnabled view helper.