psi/tags-widget

Contao Widget for managing Tags

Installs: 1 230

Dependents: 1

Suggesters: 0

Security: 0

Stars: 1

Watchers: 3

Forks: 2

Open Issues: 0

Language:JavaScript

Type:contao-module

2.0.8 2019-03-01 10:05 UTC

This package is auto-updated.

Last update: 2024-02-29 03:04:54 UTC


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