jhae/shopware-6-twig-extensions
Shopware 6 Twig 扩展
v1.0.0
2022-09-25 21:45 UTC
Requires (Dev)
- maspeng/test-helper: ^0.2.0
- phpspec/prophecy-phpunit: ^2.0
- roave/security-advisories: dev-latest
This package is auto-updated.
Last update: 2024-09-12 19:53:06 UTC
README
Shopware 6 Twig 扩展
此 Shopware 6 插件添加了更多 Twig 功能。
安装
- 导航到您的 Shopware 安装根目录。
- 下载插件。
composer require jhae/shopware-6-twig-extensions
- 刷新 Shopware 插件列表。
./bin/console plugin:refresh
- 安装并激活插件。
./bin/console plugin:install --activate JhaeTwigExtensions
您现在可以使用模板中的 Twig 扩展。
Twig 函数
sw_cms_page
此函数允许您包含在“内容/购物体验”中创建的任何 CMS 页面。
用法
{{ sw_cms_page(id) }}