contextualcode / ezplatform-admin-ui-elements-path
eZ Platform bundle which adds Elements Path UI block to Online Editor
2.0.0
2021-12-30 10:20 UTC
Requires
This package is not auto-updated.
Last update: 2024-12-13 05:33:35 UTC
README
Extends eZ Platform Online Editor by adding Elements Path block.
Installation
Run composer require:
composer require contextualcode/ezplatform-admin-ui-elements-path
Enable bundle in
app/AppKernel.php
:new ContextualCode\EzPlatformAdminUiElementsPathBundle\EzPlatformAdminUiElementsPathBundle()
Clear cache to update
encore
configurations:php bin/console cache:clear
Install assets:
php bin/console assets:install public --symlink --relative
Update assets:
yarn encore dev
Usage
Try to edit any content which has RichText
field. And there should be Elements Path block in each instance of eZ Platform Online Editor.