terminal42/contao-node
最新稳定版本:2.0.2
Composer 安装命令:
composer require terminal42/contao-node
包简介
Node bundle for Contao Open Source CMS
README 文档
README
This bundle provides a new way for Contao to manage content elements that are common for multiple pages.
Installation
Install the bundle via Composer:
composer require terminal42/contao-node Configuration
Once installed, you can start creating groups and nodes in the Content > Nodes backend module. Roughly said they work similar to articles – each node can have multiple content elements.
You can then display those nodes in the front end using either the Nodes front end module or content element. Both of them allow you to select either one or multiple nodes and order them.
To better organize nodes you can specify the languages the respective content elements were written in and use arbitrary tags to be able to quickly filter and find them again. Both the languages as well as the tags don't have any influence on the front end but can help you to manage your content in an efficient way.
Thanks to the Contao picker, finding the correct node is as easy as it can get!
Contao non-managed edition
If you don't use the Contao managed edition, additionally you have to configure the tags bundle on your app-level:
# config/config.yml codefog_tags: managers: terminal42_node: source: 'tl_node.tags'
Insert Tags
The extension also provides two new insert tags: {{insert_node::*}} and {{insert_nodes::*}}. The former expects the ID of a node and will then generate the output of that node. The latter expects a comma separated list of node IDs or aliases and will then generate the output of all those nodes. Example: {{insert_nodes::1,2,3}}
统计信息
- 总下载量: 67.13k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 31
- 点击次数: 0
- 依赖项目数: 4
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-01-04
