composedcreative/envvaluereplace
Composer 安装命令:
composer require composedcreative/envvaluereplace
包简介
Adds the 'envValueReplace' twig filter to Craft CMS projects
README 文档
README
Installation
composer require composed/envvaluereplace
Example
Add the following to either the general or per-environment config/general.php values
'envValueReplacements' => [
'search for' => 'replace with'
]
Then use in your template code
{% set test = "this string contains the search for value" %}
{{ test|envValueReplace }}
This example will output this string contains the replace with value
Roadmap
- Improve documentation (eg chained replacement example)
统计信息
- 总下载量: 22
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0
- 更新时间: 2016-06-02