- versions
4.2.x
- compatible with OXID eShop compilation 7.2.x and higher - versions
4.x
- compatible with OXID eShop compilation 7.1.x - versions
3.x
- compatible with OXID eShop compilation 7.0.x - versions
2.x
- compatible with OXID eShop compilation 6.0.x - 6.5.x
b-7.2.x
is compatible with OXID eShop b-7.2.x branch, works with Twig engine onlyb-7.1.x
is compatible with OXID eShop b-7.1.x branch, works with Twig engine onlyb-7.0.x
is compatible with OXID eShop b-7.0.x branch and supports Legacy Smarty engineb-2.x
is compatible with OXID eShop compilations: 6.2.x - 6.5.x
In order to install the module via composer run one of the following commands in commandline in your shop base directory (where the shop's composer.json file resides).
composer require ddoe/wysiwyg-editor-module:^4.2.0
to install the latest released version compatible with OXID eShop v7.2.xcomposer require ddoe/wysiwyg-editor-module:dev-b-7.2.x
to install the specific unreleased branch
After installation, please, activate the module in OXID eShop Admin
EXTENSIONS -> Modules -> "Summernote WYSIWYG Editor for OXID eShop" -> Activate
The installation paths in commands below are fitting current SDK. In case of different environment usage, please adjust by your own needs.
# Clone the repository
cd <shopRootPath>
git clone https://github.com/OXID-eSales/ddoe-wysiwyg-editor-module.git --branch=b-7.2.x source/dev-packages/wysiwyg
docker compose exec -T \
php composer config repositories.ddoe/wysiwyg-editor-module \
--json '{"type":"path", "url":"./dev-packages/wysiwyg", "options": {"symlink": true}}'
docker compose exec -T php composer require ddoe/wysiwyg-editor-module:* --no-update
# Activate modules
bin/oe-console oe:module:activate ddoemedialibrary
bin/oe-console oe:module:activate ddoewysiwyg
If you experience any bugs or issues, please report them in the section WYSIWYG Editor + Media Gallery of https://bugs.oxid-esales.com.