imi / tags-widget
Contao 标签管理小部件
2.1.0
2023-02-22 08:57 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.1.0
- psi/tags-widget: 2.1.0
This package is auto-updated.
Last update: 2024-09-14 13:05:19 UTC
README
基于 http://mootools.net/forge/p/mootagify 的 Contao WebCMS 自动补全标签小部件
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