boboldehampsink / tagmanager
Tag Manager plugin for Craft CMS
Installs: 12 876
Dependents: 0
Suggesters: 0
Security: 0
Stars: 32
Watchers: 2
Forks: 4
Open Issues: 5
Type:craft-plugin
Requires
- composer/installers: ~1.0
This package is not auto-updated.
Last update: 2022-02-01 12:47:08 UTC
README
Plugin that allows you to edit and delete tags.
Features:
- Create tags (with custom fields)
- Edit tags (with custom fields)
- Delete tags
- Has hook to modify element index html, table attributes and sortable attributes
Important: The plugin's folder should be named "tagmanager"
Deprecated
With the release of Craft 3 on 4-4-2018, this plugin has been deprecated. You can still use this with Craft 2 but you are encouraged to use (and develop) a Craft 3 version. At this moment, I have no plans to do so.
Changelog
0.2.0
- Added delete and edit element actions (thanks to joshangell)
- Added hooks to allow plugins to modify the element index html, table attributes and sortable attributes (thanks to joshangell)
- Only show delete button on existing tags (thanks to joshangell)
- Removed locale support in the CP edit url (temporarily)
0.1.0
- Initial push to GitHub