psi / tags-widget
Contao Widget for managing Tags
Installs: 1 268
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 2
Open Issues: 0
Language:JavaScript
Type:contao-module
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
Tag widget with autocompleter for Contao WebCMS based on http://mootools.net/forge/p/mootagify
Usage 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') );
Contact, Licence
Licence: LGPL
Author: Christoph Wiechert, 4ward.media