heimrichhannot/contao-newspicker-bundle
Composer 安装命令:
composer require heimrichhannot/contao-newspicker-bundle
包简介
A bundle providing a news picker widget
README 文档
README
This bundle adds an newsPicker inputType to contao.
Usage
Setup
Install with composer or contao manager
Usage in dca
// Single news picker $GLOBALS['TL_DCA']['fields']['newsSelect'] = [ 'label' => &$GLOBALS['TL_LANG']['tl_content']['newsSelect'], 'inputType' => 'newsPicker', 'eval' => [ 'tl_class' => 'clr', 'multiple' => false, ], 'sql' => "int(10) unsigned NOT NULL default '0'", ]; // Multiple news picker $GLOBALS['TL_DCA']['fields']['newsSelect'] = [ 'label' => &$GLOBALS['TL_LANG']['tl_content']['newsSelect'], 'inputType' => 'newsPicker', 'eval' => [ 'tl_class' => 'clr', 'multiple' => true, ], 'sql' => "blob NULL", ];
统计信息
- 总下载量: 68
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: LGPL-3.0-or-later
- 更新时间: 2021-03-11

