Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
Last synced: about 1 month 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-22T13:28:30.000Z (9 months ago)
- Last Synced: 2024-03-22T14:57:19.286Z (9 months ago)
- Language: PHP
- Size: 7.81 KB
- Stars: 8
- Watchers: 4
- Forks: 0
- 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) }}```