psi / tags-widget
Contao 管理标签的 Widget
2.0.8
2019-03-01 10:05 UTC
Requires
- php: >=5.3
- contao-community-alliance/composer-plugin: ^2.4 || ^3.0
- contao/core-bundle: ^3.2.1 || ^4.4
Replaces
- contao-legacy/tagswidget: 2.0.8
README
基于 http://mootools.net/forge/p/mootagify 的 Contao WebCMS 自动完成标签 Widget
DCA 使用
<?php // tags field $GLOBALS['TL_DCA']['tl_table']['fields']['tags'] = array ( 'label' => &$GLOBALS['TL_LANG']['tl_table']['tags'], 'exclude' => true, 'inputType' => 'tags', 'options_callback' => array('tl_table','getAllTags') );
联系,许可证
许可证: LGPL
作者: Christoph Wiechert, 4ward.media