se7enxweb/ezplatform-alloyeditor-element-width

eZ Platform bundle which provides UI to edit elements width in Online Editor

Maintainers

Package info

github.com/se7enxweb/ezplatform-alloyeditor-element-width

Homepage

Type:ezplatform-bundle

pkg:composer/se7enxweb/ezplatform-alloyeditor-element-width

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v2.0.2 2026-04-12 07:18 UTC

This package is auto-updated.

Last update: 2026-04-12 08:15:04 UTC


README

This bundle allows editing the width style for any HTML elements in eZ Platform Online Editor.

Installation

  1. Require via composer

    composer require contextualcode/ezplatform-alloyeditor-element-width
  2. Clear browser caches and enjoy!

Usage

  1. 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-width button to required toolbars. Example:
    alloy_editor:
        extra_buttons:
            table: [element-width]
            ol: [element-width]
            ul: [element-width]
            th: [element-width]
            td: [element-width]
  2. Open Online Editor and there should be "Edit Width" button in the enabled toolbars: edit_source_modal