oxid-esales / vcms-examples
This module contains examples for vcmsmodule.
Installs: 172
Dependents: 0
Suggesters: 0
Security: 0
Stars: 14
Watchers: 2
Forks: 0
Type:oxideshop-module
Requires
- php: >=8.1
- ddoe/visualcms-module: *
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.1.x
- oxid-esales/codeception-page-objects: dev-b-7.1.x
- oxid-esales/oxideshop-ce: dev-b-7.0.x
- phpstan/phpstan: ^1.8.11
- squizlabs/php_codesniffer: 3.*
This package is auto-updated.
Last update: 2025-01-07 12:20:27 UTC
README
This module contains widgets examples for VisualCMS module.
It contains example for creation of new widget, override an existing module and override a template of existing widget can be found under src/ShortCode
.
Example of each case is mentioned below.
Creation of a new shortcode
In case of creating your own Shortcode, check GoogleMap
shortcode.
Override an existing shortcode
If you want to override an existing shortcode then check Text
shortcode.
Override a shortcode template
If you want to override a template for an existing shortcode then check Column
example in Services.yaml
file.
Development installation
To be able running the tests and other quality tools for this module, please refer to VisualCMS module Development installation section, as the current module is installed together with VisualCMS development version.