Compare commits

...

2 Commits

2 changed files with 10 additions and 1 deletions

View File

@ -12,6 +12,16 @@ if the WYSIWYG + VisualCMS modules are not used and should be removed from the s
`composer require d3/oxid-wysiwyg-replacement --update-no-dev`
* Manually remove the files from source/modules/ddoe/visualcms and source/modules/ddoe/wysiwyg.
* OXID eShop 6.2 only:
```
composer require -n oxid-esales/oxideshop-update-component oxid-esales/developer-tools --update-no-dev
vendor/bin/oe-console oe:module:reset-configurations
vendor/bin/oe-console oe:oxideshop-update-component:install-all-modules
composer remove -n oxid-esales/oxideshop-update-component oxid-esales/developer-tools --update-no-dev
```
Please ignore "not readable file" message.
## Uninstall

View File

@ -1,7 +1,6 @@
{
"name": "d3/oxid-wysiwyg-replacement",
"description": "Empty replacement for the WYSIWYG + VisualCMS module if it is not used and should be removed from the installation.",
"version": "1.0.0",
"require": {
"oxid-esales/oxideshop-metapackage-ce": "^6.0"
},