tubbs / silverstripe-dms-simple-tags
Add Tags management to the Document Management System (DMS)
Installs: 76
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 1
Type:silverstripe-module
Requires
- sheadawson/quickaddnew: dev-master
- silverstripe/cms: ~3.1
- silverstripe/dms: dev-master
- silverstripe/framework: ~3.1
This package is not auto-updated.
Last update: 2025-03-29 19:17:48 UTC
README
Simple tags management for the Document Management System (DMS)
Requirements:
- Silverstripe 3.0+
- Silverstripe DMS (https://github.com/silverstripe-labs/silverstripe-dms)
- Silverstripe Quickaddnew (https://github.com/sheadawson/silverstripe-quickaddnew)
Install with composer:
- Add
"tubbs/silverstripe-dms-simple-tags": "dev-master"
to your composer.json file - Run
composer update
- Run
sake dev/build flush=1
You will now have a ListboxField to select multiple tags and an 'Add New' button in a DMSDocument form in the CMS. There is also a checkbox to show or hide tags in the frontend templates on a per-document basis.