tubbs / silverstripe-dms-simple-tags
Add Tags management to the Document Management System (DMS)
Package info
github.com/tubbs/silverstripe-dms-simple-tags
Type:silverstripe-module
pkg:composer/tubbs/silverstripe-dms-simple-tags
dev-master
2016-03-26 09:50 UTC
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: 2026-03-01 00:09:23 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.