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
October 14, 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.2.2-pl
- Added capacity to attach images from media browser
- Fixed bugs