From 6462039c633a4dbd1abf3e3ad1583a8ff68e6a80 Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Wed, 4 Dec 2024 12:03:52 +0100 Subject: [PATCH] improve setup description --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index dd66913..dd8f4d5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# O3-Shop TinyMCE WYSIWYG Editor for OXID eShop +# OXID eShop TinyMCE WYSIWYG Editor This module integrates the [TinyMCE WYSIWYG editor](https://www.tiny.cloud/tinymce/) in the OXID shop backend. @@ -12,17 +12,12 @@ $ composer require d3/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 OXID shop admin or CLI. +After requiring the module, you need to activate it, either via OXID shop admin or CLI: -Navigate to shop folder and execute the following: ```bash $ vendor/bin/oe-console oe:module:activate o3-tinymce-editor ``` -### How to use - -Activate the module. - ## Contributing If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue. Don't forget to give the project a star! Thanks again!