imi / tags-widget

Contao 标签管理小部件

安装: 30

依赖项: 1

建议者: 0

安全: 0

星星: 0

观察者: 1

分支: 2

开放问题: 0

语言:JavaScript

类型:contao-module

2.1.0 2023-02-22 08:57 UTC

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