zoglo/contao-collection-widget
最新稳定版本:0.1.0
Composer 安装命令:
composer require zoglo/contao-collection-widget
包简介
CollectionWidget for Contao Open Source CMS
关键字:
README 文档
README
Description
This bundle adds a widget that allows adding a collection of widgets. The data can be stored as a serialized array in the database.
Installation
Via composer
composer require zoglo/contao-collection-widget
Configuration
$GLOBALS['TL_DCA']['tl_content']['fields']['headline_test'] = [ 'search' => true, 'inputType' => 'collection', 'fields' => [ 'value' => [ 'inputType' => 'text', 'eval' => ['maxlength'=>200, 'basicEntities'=>true] ], 'unit' => [ 'inputType' => 'select', 'options' => ['h1', 'h2', 'h3', 'h4', 'h5', 'h6'] ], ], 'eval' => ['tl_class'=>'w50 clr'], 'sql' => [ 'type' => 'string', 'length' => '255', 'notnull' => true, ], ];
统计信息
- 总下载量: 55
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-01-13