projects / org / contextualcode / ezplatform-admin-ui-element...
Find the Exponential Software extensions you want
| UNIX name | Owner | Status |
|---|---|---|
| ezplatform-admin-ui-elements-path | Contextual Code | stable |
| Version | Compatible with |
|---|---|
| N/A | N/A |
Extends eZ Platform Online Editor by adding Elements Path block.
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
Try to edit any content which has RichText field. And there should be Elements Path block in each instance of eZ Platform Online Editor.