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

This package is not auto-updated.

Last update: 2024-04-13 07:36:18 UTC


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

  1. Require via composer

     composer require contextualcode/ezplatform-alloyeditor-source
    
  2. Add the "Content / Online Editor / Edit Source" policy to desired security roles using Admin UI: open_modal

  3. Clear browser caches and enjoy!

Usage

  1. Start editing any content with Rich Text fields in eZ Platform admin UI. And click "Edit Source" button in Rich Text Online Editor toolbar: open_modal
  2. A new modal will be shown, where you can edit the source code: edit_source_modal

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.