diff --git a/README.md b/README.md index f81fd51..543c27d 100644 --- a/README.md +++ b/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 -and published under the GPL v3 licence +- O3-Shop.com +- the original module was created by Marat Bedoev, bestlife AG and published under the GPL v3 licence ## Further licenses diff --git a/metadata.php b/metadata.php index 67fdd3c..0a6302f 100755 --- a/metadata.php +++ b/metadata.php @@ -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,