guave/insertmodulebyalias-bundle
最新稳定版本:2.0.1
Composer 安装命令:
composer require guave/insertmodulebyalias-bundle
包简介
Insert Module by Alias Insert Tag for Contao 4.13+
README 文档
README
This is a utility which lets you reference a module by alias instead of ID. This is important if you have a deployment process with multiple stages, databases and systems that do not ultimately share the same module ids.
The DCA of tl_module is extended by a field "alias".
Requirements
- Contao 4.13+
- PHP 7.4 or 8.0+
Install
$ composer require guave/insertmodulebyalias-bundle
Usage
To load a module you can use the following syntax in your templates:
{{insert_module_alias::modulealias}}
If you need modules for specific languages, add the language to the alias like _en and then load it in your template
with:
{{insert_module_alias::modulealias_en}}
Since Contao 4.13 you can also create a "Root page dependent Modules" Module. There you can select which module should be loaded for each root page.
统计信息
- 总下载量: 2.38k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: ISC
- 更新时间: 2022-03-08