contextualcode / ezplatform-admin-ui-elements-path
eZ Platform bundle which adds Elements Path UI block to Online Editor
Installs: 1 258
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Forks: 1
Type:ezplatform-bundle
pkg:composer/contextualcode/ezplatform-admin-ui-elements-path
Requires
This package is not auto-updated.
Last update: 2025-10-31 09:31:46 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 - encoreconfigurations:- 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.