contextualcode / ezplatform-admin-ui-elements-path
eZ Platform bundle which adds Elements Path UI block to Online Editor
Package info
gitlab.com/contextualcode/ezplatform-admin-ui-elements-path
Type:ezplatform-bundle
pkg:composer/contextualcode/ezplatform-admin-ui-elements-path
2.0.0
2021-12-30 10:20 UTC
Requires
This package is not auto-updated.
Last update: 2026-03-06 11:23:36 UTC
README
Extends eZ Platform Online Editor by adding Elements Path block.
Installation
Run composer require:
composer require contextualcode/ezplatform-admin-ui-elements-pathEnable bundle in
app/AppKernel.php:new ContextualCode\EzPlatformAdminUiElementsPathBundle\EzPlatformAdminUiElementsPathBundle()Clear cache to update
encoreconfigurations:php bin/console cache:clearInstall assets:
php bin/console assets:install public --symlink --relativeUpdate 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.