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

dev-b-7.1.x 2024-04-24 12:38 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.