From 8b093eeba221b222169e7162e752548585779cdf Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Thu, 4 May 2023 12:01:39 +0200 Subject: [PATCH] update documentation --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 543c27d..05be652 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# O3-Shop TinyMCE WYSIWYG Editor +# O3-Shop TinyMCE WYSIWYG Editor for OXID eShop This module integrates the [TinyMCE WYSIWYG editor](https://www.tiny.cloud/tinymce/) in the OXID shop backend. @@ -12,6 +12,8 @@ $ composer require d3/tinymce-editor $ vendor/bin/oe-console oe:module:install source/modules/o3-shop/tinymce-editor ``` +Create the directory ´source/out/pictures/wysiwigpro´ in the shop root directory and assign the necessary rights to make this writable. + After requiring the module, you need to activate it, either via OXID shop admin or CLI. Navigate to shop folder and execute the following: