contextualcode / ezplatform-alloyeditor-source
eZ Platform bundle which provides UI to edit source s in Online Editor
v3.1.3
2020-05-15 14:17 UTC
Requires
- ezsystems/ezplatform-admin-ui: ^2.0
- ezsystems/ezplatform-richtext: ^2.0
- symfony/flex: ^1.6.3
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.16
README
This bundle allows editing the HTML source code of the fields managed by eZ Platform Online Editor. So it provides "disable editor" functionality from eZ Publish Legacy.
Installation
Require via composer
composer require contextualcode/ezplatform-alloyeditor-source
Add the "Content / Online Editor / Edit Source" policy to desired security roles using Admin UI:
Clear browser caches and enjoy!
Usage
- Start editing any content with Rich Text fields in eZ Platform admin UI. And click "Edit Source" button in Rich Text Online Editor toolbar:
- A new modal will be shown, where you can edit the source code:
Using CKEditor plugins in eZ Platform UI
To check the example of using the CK Editor plugin in the eZ Platform please use 1.0 branch.