About Frontend Editor
Frontend Editor is a simple plugin that allows you to edit content without having to log in through the manager interface to do this. It includes TinyMCE 5 for easy editing.
Information
Released
June 25, 2020
Supported Database
MySQL
License
GPLv2
Instructions
Install the extension. Wrap the fields you want to edit with the tag with attribute data-frontendeditor="content"
specify the field name as the attribute value. For example:
<div data-frontendeditor="content">
</p>
Available values: content, pagetitle, longtitle, menutitle, description, introtext
New in 1.1.3-pl
- Supported editing TV fields
- Editing fields by resource ID (useful for creating editable menus, breadcrumbs, etc.)
- Editing fields support added: pagetitle, longtitle, menutitle, description, introtext
- Added behavior for empty menutitle field
- Fixed bugs
- Performance improvements