https://github.com/aggrosoft/shopware-twig-load-cms-blocks
Allows including cms snippets inside of templates
https://github.com/aggrosoft/shopware-twig-load-cms-blocks
shopware6-plugin
Last synced: about 1 year ago
JSON representation
Allows including cms snippets inside of templates
- Host: GitHub
- URL: https://github.com/aggrosoft/shopware-twig-load-cms-blocks
- Owner: aggrosoft
- License: mit
- Created: 2021-07-13T17:09:36.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-12-05T11:30:42.000Z (over 1 year ago)
- Last Synced: 2025-04-19T04:41:36.977Z (about 1 year ago)
- Topics: shopware6-plugin
- Language: PHP
- Homepage:
- Size: 10.7 KB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# shopware-twig-load-cms-blocks
Allows including cms snippets inside of templates, this is just an idea - add pull requests or issues as needed.
## Install
packagist is not setup yet, nor shopware store so download and install as custom plugin
## Usage
Include following snippet into your template
``` {{ cms('CMS_ID', context) }}```