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
- Host: GitHub
- URL: https://github.com/sebi2020/inputfieldtagify
- Owner: Sebi2020
- License: gpl-3.0
- Created: 2019-01-31T00:21:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-09T08:05:13.000Z (over 7 years ago)
- Last Synced: 2025-04-12T20:55:55.557Z (about 1 year ago)
- Topics: cms, inputfield, php72, processwire, processwire-modules, tags, tags-input
- Language: CSS
- Size: 47.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
- Authors: AUTHORS.md
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