improve setup description

This commit is contained in:
Daniel Seifert 2024-12-04 12:03:52 +01:00
parent 4d7f5eab0a
commit 6462039c63

View File

@ -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. 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 $ 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 ```bash
$ vendor/bin/oe-console oe:module:activate o3-tinymce-editor $ vendor/bin/oe-console oe:module:activate o3-tinymce-editor
``` ```
### How to use
Activate the module.
## Contributing ## 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! 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!