ddoe / wysiwyg-editor-module
Summernote WYSIWYG Editor for OXID eShop.
Installs: 637 343
Dependents: 1
Suggesters: 2
Security: 0
Stars: 19
Watchers: 18
Forks: 14
Type:oxideshop-module
Requires
- php: >=8.2
- ext-gd: *
- oxid-esales/media-library-module: ^2.1
- symfony/filesystem: *
Requires (Dev)
- codeception/codeception: ^5.0
- codeception/module-asserts: ^3.0
- codeception/module-db: ^3.0
- codeception/module-filesystem: ^3.0
- codeception/module-webdriver: ^4.0
- oxid-esales/codeception-modules: dev-b-7.2.x
- oxid-esales/codeception-page-objects: dev-b-7.2.x
- oxid-esales/oxideshop-ce: dev-b-7.2.x
- phpstan/phpstan: ^1.8.11
- phpunit/phpunit: ^11.2
- squizlabs/php_codesniffer: 3.*
Conflicts
- oxid-esales/oxideshop-ce: <7.2
- dev-master
- dev-b-7.2.x
- v4.2.0
- v4.1.0
- v4.0.0
- v3.0.2
- v3.0.1
- v3.0.0
- v2.4.2
- v2.4.1
- v2.4.0
- v2.3.0
- v2.2.0
- v2.1.2
- v2.1.1
- v2.1.0
- v2.0.0
- v1.0.0
- dev-b-7.1.x
- dev-b-7.1.x-fix_compilation-OXDEV-7182
- dev-b-7.1.x-OEVE-190-default-protocol-option-for-links
- dev-b-7.1.x-OXDEV-7513
- dev-b-7.0.x
- dev-b-7.1.x-OEVE-215-separation-of-wysiwyg-editor-from-visual-cms-and-media-library
- dev-b-2.x
- dev-b-7.0.x-HR
- dev-transfer_from_vcms_folder_function_OEVE-95
This package is auto-updated.
Last update: 2024-10-14 13:03:15 UTC
README
Compatibility
Versions
- versions
4.2.x
- compatible with OXID eShop compilation 7.2.x and higher - versions
4.x
- compatible with OXID eShop compilation 7.1.x - versions
3.x
- compatible with OXID eShop compilation 7.0.x - versions
2.x
- compatible with OXID eShop compilation 6.0.x - 6.5.x
Branches
b-7.2.x
is compatible with OXID eShop b-7.2.x branch, works with Twig engine onlyb-7.1.x
is compatible with OXID eShop b-7.1.x branch, works with Twig engine onlyb-7.0.x
is compatible with OXID eShop b-7.0.x branch and supports Legacy Smarty engineb-2.x
is compatible with OXID eShop compilations: 6.2.x - 6.5.x
Module installation via composer
In order to install the module via composer run one of the following commands in commandline in your shop base directory (where the shop's composer.json file resides).
composer require ddoe/wysiwyg-editor-module:^4.2.0
to install the latest released version compatible with OXID eShop v7.2.xcomposer require ddoe/wysiwyg-editor-module:dev-b-7.2.x
to install the specific unreleased branch
Module activation in OXID eShop Admin
After installation, please, activate the module in OXID eShop Admin
EXTENSIONS -> Modules -> "Summernote WYSIWYG Editor for OXID eShop" -> Activate
Development installation
The installation paths in commands below are fitting current SDK. In case of different environment usage, please adjust by your own needs.
# Clone the repository cd <shopRootPath> git clone https://github.com/OXID-eSales/ddoe-wysiwyg-editor-module.git --branch=b-7.2.x source/dev-packages/wysiwyg docker compose exec -T \ php composer config repositories.ddoe/wysiwyg-editor-module \ --json '{"type":"path", "url":"./dev-packages/wysiwyg", "options": {"symlink": true}}' docker compose exec -T php composer require ddoe/wysiwyg-editor-module:* --no-update # Activate modules bin/oe-console oe:module:activate ddoemedialibrary bin/oe-console oe:module:activate ddoewysiwyg
Bugs and Issues
If you experience any bugs or issues, please report them in the section WYSIWYG Editor + Media Gallery of https://bugs.oxid-esales.com.