pavelleonidov/module-tinymce4 1.0.0-alpha

Upgrading the core WYSIWYG editor (TinyMCE 3) to TinyMCE 4

Type

magento2-module

License

OSL-3.0, AFL-3.0

Requires
Requires (dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

TinyMCE 4 WYSIWYG editor for Magento 2

The current Magento 2 core is still working with the legacy TinyMCE 3.x editor, with all its disadvantages. This module contains the current version of TinyMCE 4 and upgrades all editor related core dependencies to be fully compatible with the Magento 2 backend, including customized plugins for inserting/editing widgets and variables.

Requirements

The TinyMCE 4 module is tested and working with Magento 2.1.x and Magento 2.2.x

Installation

Via composer in the root directory of your Magento 2 installation:

composer config repositories.magento2-tinymce4 git [email protected]:pavelleonidov/magento2-tinymce4.git;
composer require pavelleonidov/module-tinymce4
php bin/magento setup:upgrade && php bin/magento setup:di:compile