eZ Platform AlloyEditor Source
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 bundle in
config/bundles.php
:return [ ... ContextualCode\EzPlatformAlloyEditorSourceBundle\EzPlatformAlloyEditorSourceBundle::class => ['all' => true], ];
- Clear caches:
php bin/console cache:clear
- Install assets:
php bin/console assets:install web --symlink --relative
- Compile assets:
yarn encore dev
- Update JavaScript translations:
php bin/console bazinga:js-translation:dump web/assets --merge-domains
- 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.
Created by:
Categories:
Downloads:
34423
Stars:
0
Forks:
1
Created:
2019-07-17
Updated:
2020-05-15