Alloy Editor Custom Tag Tooltips

eZ Platform bundle which provides UI tooltips to custom tag icons in Online Editor

eZ Platform Custom Tag Tooltips

This bundle provides on-hover tooltips for eZ Platform's rich text editor custom tag icons as well as the stock icon buttons.

Installation

  1. Require via composer
    composer require contextualcode/ezplatform-alloyeditor-customtag-tooltips
  2. Add bundle in config/bundles.php:
    return [
        ...
        ContextualCode\EzPlatformAlloyEditorCustomTagTooltipsBundle\EzPlatformAlloyEditorCustomTagTooltipsBundle::class => ['all' => true],
    ];
  3. Clear caches:
    php bin/console cache:clear
  4. Install assets:
    php bin/console assets:install public --symlink --relative
  5. Compile assets:
    yarn encore dev
  6. Clear browser caches and enjoy!

Usage

Hover over any custom tag or stock icon button in the rich text Online Editor toolbar:
open_modal

They also work for the stock icons in the rich text editor:
edit_source_modal

Created by:

Categories:

Downloads:

5240

Stars:

0

Forks:

1

Created:

Updated: