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

This package is not auto-updated.

Last update: 2024-04-19 02:28:35 UTC


README

Extends eZ Platform Online Editor by adding Elements Path block.

Installation

  1. Run composer require:

     composer require contextualcode/ezplatform-admin-ui-elements-path
    
  2. Enable bundle in app/AppKernel.php:

     new ContextualCode\EzPlatformAdminUiElementsPathBundle\EzPlatformAdminUiElementsPathBundle()
    
  3. Clear cache to update encore configurations:

     php bin/console cache:clear
    
  4. Install assets:

     php bin/console assets:install public --symlink --relative
    
  5. 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.