توضیحات
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
نصب
- Copy the
acf-tag-it
folder into yourwp-content/plugins
folder - Activate the Tag It plugin via the plugins admin page
- Create a new field via ACF and select the Tag It type
- Please refer to the description for more info regarding the field type settings
نقد و بررسیها
نقد و بررسیای برای این افزونه یافت نشد.
توسعه دهندگان و همکاران
“Advanced Custom Fields: Tag It Field” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کردهاند.
مشارکت کنندگانترجمه “Advanced Custom Fields: Tag It Field” به زبان شما.
علاقه مند به توسعه هستید؟
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
گزارش تغییرات
1.0.0
- Initial Release.
2.0.0
- Removed old tag-it library and replaced with Select2 library. Fixed font_size issue: @JoelStransky