這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 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