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

dev-master 2016-03-26 09:50 UTC

This package is not auto-updated.

Last update: 2024-03-16 13:26:34 UTC


README

Simple tags management for the Document Management System (DMS)

Requirements:

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.