eZ Platform Admin UI Elements Path Bundle
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.
Created by:
Categories:
Downloads:
1111
Stars:
0
Forks:
1
Created:
2019-04-17
Updated:
2021-12-30