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.
In case of creating your own Shortcode, check GoogleMap
shortcode.
If you want to override an existing shortcode then check Text
shortcode.
If you want to override a template for an existing shortcode then check Column
example in Services.yaml
file.
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.