visol/typo3-handlebars
最新稳定版本:4.0.0
Composer 安装命令:
composer require visol/typo3-handlebars
包简介
This is a TYPO3 CMS extension to render native handlebars templates
README 文档
README
This is a TYPO3 CMS extension to render native handlebars templates
Helper
Within the extension there are a few Handlebars helpers configured by default,
such as content, block, json, lookup. On the top of that we can add new
custom handlebars helper which can be declared in ext_localconf.php as follows
\Visol\Handlebars\HelperRegistry::getInstance()->register(
'foo',
function ($labels, $key) {
return $labels[$key];
}
);
统计信息
- 总下载量: 3.24k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2022-07-06