该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

Advanced Custom Fields: Tag It Field

描述

Do you need to be able to select multiple bits of text but a repeater field is overkill? Use the tag-it field. This plugin brings uses ACF 5’s built-in Select2 library.

This field currently includes the following options:

  • available tags : Used as source for the autocompletion.

The jQuery UI plugin used in the first version of this plugin can be found here: https://github.com/aehlke/tag-it
The Select2 library used in ACF 5 can be found here: http://select2.github.io/select2/

Compatibility

This ACF field type is compatible with:
* ACF 5

安装

  1. Copy the acf-tag-it folder into your wp-content/plugins folder
  2. Activate the Tag It plugin via the plugins admin page
  3. Create a new field via ACF and select the Tag It type
  4. Please refer to the description for more info regarding the field type settings

评价

此插件暂无评价。

贡献者及开发者

“Advanced Custom Fields: Tag It Field” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

更新日志

1.0.0

  • Initial Release.

2.0.0

  • Removed old tag-it library and replaced with Select2 library. Fixed font_size issue: @JoelStransky