Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.