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"
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.
- 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)
- Initial push to GitHub