An open API service indexing awesome lists of open source software.

https://github.com/sebi2020/inputfieldtagify

A ProcessWire Inputfield which utilizes tagify
https://github.com/sebi2020/inputfieldtagify

cms inputfield php72 processwire processwire-modules tags tags-input

Last synced: about 2 months ago
JSON representation

A ProcessWire Inputfield which utilizes tagify

Awesome Lists containing this project

README

          

# Description
**InputfieldTagify** is a [Processwire CMS Module][1] which enables authors to tag pages with a [Tagify][2] driven inputfield. Just put it into your ProcessWire Module folder and install it from the admin interface. To utilize it's full power you should consider to install [FieldtypeTags][3] too.

# Features
- Configurable
- Tag limit
- Autosuggestions
- Delimiters (Comma, Semicolon, Space)
- Option to add a auto-generated note, to inform the user about the usable delimiters and the configured tag limit.

# License
It's licensed under the [GPLv3](https://www.gnu.org/licenses/gpl-3.0.md)

[1]: https://www.processwire.com
[2]: https://github.com/yairEO/tagify
[3]: https://github.coM/sebi2020/FieldtypeTags