digital-marketing-framework/typo3-template-engine-twig
Composer 安装命令:
composer require digital-marketing-framework/typo3-template-engine-twig
包简介
Anyrel - Twig Template Engine
README 文档
README
EXT:dmf_template_engine_twig is overriding the default template engine from EXT:dmf_core
It will allow you to use Twig in the template fields
Manual
Data access
It is possible to output the data directly with the field name. Example:
Hello {{ firstname }} {{ lastname }},
Thank you for your message!
Furthermore, we have an array in which all fields have been stored. Here is an example of how to access the array:
{% for key,value in all_values %}
{{ key }}: {{ value }}
{% endfor %}
Twig Documentation
统计信息
- 总下载量: 5.52k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 3
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0
- 更新时间: 2023-10-25