This bundle allows editing the width style for any HTML elements in eZ Platform Online Editor.
-
Require via composer
composer require contextualcode/ezplatform-alloyeditor-element-width
-
Clear browser caches and enjoy!
- After this bundle is installed, by default it should be possible to edit width for table cells. But if you are using custom configurations for Online Editor toolbars, or if you want to edit width for other elements than table cells, just add
element-widthbutton to required toolbars. Example:alloy_editor: extra_buttons: table: [element-width] ol: [element-width] ul: [element-width] th: [element-width] td: [element-width]
- Open Online Editor and there should be "Edit Width" button in the enabled toolbars:
