Skip to content

Replaces the current core RTE editor by the newest version of TinyMCE 4

License

Notifications You must be signed in to change notification settings

leekung/magento2-tinymce4

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Replaces the current core RTE editor by the newest version of TinyMCE 4

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 42.4%
  • JavaScript 38.8%
  • CSS 18.8%