8
0

improve setup description

Dieser Commit ist enthalten in:
Daniel Seifert 2024-12-04 12:03:52 +01:00
Ursprung 4d7f5eab0a
Commit 6462039c63

Datei anzeigen

@ -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!