update documentation
This commit is contained in:
parent
8d3d7dc446
commit
606d34a04c
14
README.md
14
README.md
@ -1,22 +1,18 @@
|
||||
# O3-Shop TinyMCE WYSIWYG Editor
|
||||
|
||||
This module integrates the [TinyMCE WYSIWYG editor](https://www.tiny.cloud/tinymce/) in the O3-Shop backend.
|
||||
This module integrates the [TinyMCE WYSIWYG editor](https://www.tiny.cloud/tinymce/) in the OXID shop backend.
|
||||
|
||||
## Usage
|
||||
|
||||
This assumes you have O3-Shop (at least the `v1.2.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:
|
||||
```bash
|
||||
$ composer require o3-shop/tinymce-editor
|
||||
$ 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 O3-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
|
||||
@ -47,8 +43,8 @@ GPLv3, see [LICENSE file](LICENSE).
|
||||
|
||||
## Credits
|
||||
|
||||
the original module was created by Marat Bedoev, bestlife AG <oxid@bestlife.ag>
|
||||
and published under the GPL v3 licence
|
||||
- O3-Shop.com
|
||||
- the original module was created by Marat Bedoev, bestlife AG <oxid@bestlife.ag> and published under the GPL v3 licence
|
||||
|
||||
## Further licenses
|
||||
|
||||
|
@ -27,10 +27,10 @@ $sMetadataVersion = '2.1';
|
||||
$aModule = [
|
||||
'id' => 'o3-tinymce-editor',
|
||||
'title' => 'TinyMCE Editor',
|
||||
'description' => 'TinyMCE 6 integration for O3-Shop',
|
||||
'description' => 'TinyMCE 6 integration for O3-Shop, ported to OXID eShop',
|
||||
'thumbnail' => 'logo.png',
|
||||
'version' => '1.0.0',
|
||||
'author' => 'O3-Shop, Marat Bedoev',
|
||||
'author' => 'D3 Data Development, O3-Shop, Marat Bedoev',
|
||||
'url' => 'https://www.o3-shop.com/',
|
||||
'extend' => [
|
||||
OxidEsales\Eshop\Core\ViewConfig::class => O3\TinyMCE\Application\Core\ViewConfig::class,
|
||||
|
Loading…
Reference in New Issue
Block a user