Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oxid-esales/vcms-examples
Contains extension and new shortcode examples for visualcms module
https://github.com/oxid-esales/vcms-examples
Last synced: about 1 month ago
JSON representation
Contains extension and new shortcode examples for visualcms module
- Host: GitHub
- URL: https://github.com/oxid-esales/vcms-examples
- Owner: OXID-eSales
- License: other
- Created: 2023-10-13T13:27:25.000Z (about 1 year ago)
- Default Branch: b-7.1.x
- Last Pushed: 2024-04-26T11:00:30.000Z (8 months ago)
- Last Synced: 2024-04-27T11:34:58.175Z (8 months ago)
- Language: PHP
- Homepage:
- Size: 110 KB
- Stars: 14
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# vcms-examples
This module contains widgets examples for [visual_cms_module](https://github.com/OXID-eSales/visual_cms_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.