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
- Require via composer
composer require contextualcode/ezplatform-alloyeditor-customtag-tooltips
- Add bundle in
config/bundles.php
:return [ ... ContextualCode\EzPlatformAlloyEditorCustomTagTooltipsBundle\EzPlatformAlloyEditorCustomTagTooltipsBundle::class => ['all' => true], ];
- Clear caches:
php bin/console cache:clear
- Install assets:
php bin/console assets:install public --symlink --relative
- Compile assets:
yarn encore dev
- Clear browser caches and enjoy!
Usage
Hover over any custom tag or stock icon button in the rich text Online Editor toolbar:
Created by:
Categories:
Downloads:
5543
Stars:
0
Forks:
1
Created:
2020-04-28
Updated:
2021-12-30