Go to file
O3-Shop db0e810653 change namespace 2023-04-08 21:48:53 +02:00
Application change namespace 2023-04-08 21:48:53 +02:00
build zwischenstand 2022-06-09 21:11:02 +02:00
out zwischenstand 2022-06-09 21:11:02 +02:00
.gitignore zwischenstand, WIP 2020-06-09 03:09:43 +02:00
.ide-helper.php change namespace 2023-04-08 21:48:53 +02:00
LICENSE zwischenstand, WIP 2020-06-09 03:09:43 +02:00
README.md change to O3-Shop 2023-04-02 23:29:20 +02:00
composer.json change namespace 2023-04-08 21:48:53 +02:00
metadata.php change namespace 2023-04-08 21:48:53 +02:00
tinymce.png zwischenstand, WIP 2020-06-09 03:09:43 +02:00

README.md

O3-Shop TinyMCE WYSIWYG Editor

This module integrates the TinyMCE WYSIWYG editor in the O3-Shop backend.

Usage

This assumes you have O3-Shop (at least the v1.0.0 compilation) up and running.

Install

The TinyMCE Editor module is already included in the O3-Shop v1.2.0 compilation.

Module can be installed manually, by using composer:

$ composer require o3-shop/tinymce-editor
$ vendor/bin/oe-console oe:module:install source/modules/o3-shop/tinymce-editor

After requiring the module, you need to activate it, either via O3-Shop admin or CLI.

Navigate to shop folder and execute the following:

$ vendor/bin/oe-console oe:module:activate tinymce-editor

How to use

Activate the module.

Developer installation

$ git clone https://gitlab.o3-shop.com/o3/tinymce-editor/ source/modules/o3-shop/tinymce-editor
$ composer config repositories.o3-shop/tinymce-editor path ./source/modules/o3-shop/tinymce-editor
$ composer require o3-shop/tinymce-editor:*

$ vendor/bin/oe-console oe:module:install source/modules/o3-shop/tinymce-editor

Issues

To report issues with the module, please use the O3-Shop bugtracking system - module TinyMCE Editor project.

License

GPLv3, see LICENSE file.

Credits

the original module was created by Marat Bedoev, bestlife AG oxid@bestlife.ag
and published under the GPL v3 licence