diff --git a/README.md b/README.md index 2932e5d..57610fb 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ contains an additional list of other suggested modules * Tags ~ OXID Projects * Captcha ~ OXID Projects * PHPMailer Bugfix ~ Vanilla-thunder +* WYSIWYG-Editor SummerNote Bug - [{ $oViewConf->getBaseDir() }] - https://www.proudcommerce.com/blog/summernote-wysiwyg-smarty-oxid-6 ### suggest-dev list * OXID SQL Logger ~ D3 diff --git a/composer.json b/composer.json index 24247f7..7b26020 100644 --- a/composer.json +++ b/composer.json @@ -48,6 +48,7 @@ "oxid-projects/tags-module": "This is a tags module for OXID eShop.", "oxid-projects/captcha-module": "This is Captcha module for OXID eShop.", "vanilla-thunder/fix-phpmailer": "Fix for OXID eShop: PHPMailer bug #751", + "proudcommerce/pcsummernotefix": "Fixes summernote problem while saving content with smarty tags.", "d3/oxid-sql-logger": "[DEV] Returns all SQL queries into console of a Browser.", "oxid-esales/module-generator": "[DEV] Folders structure, empty classes and metadata generation for new OXID eShop modules.",