Skip to content

helpfulrobot/nglasl-silverstripe-fusion

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The current release is 1.0.4

A module for SilverStripe which will automatically consolidate existing tag types
into new fusion tags, and allows searchable content tagging out of the box.

Requirement

  • SilverStripe 3.1.X

Getting Started

  • Place the module under your root project directory.
  • /dev/build
  • Select Tagging through the CMS.

Overview

Tags

These will be automatically consolidated, based on data objects ending with Tag. To further customise this process, you may define the following configuration:

FusionService:
  custom_tag_types:
    TagName: 'Attribute'

Tag Management

management

tag

The fusion tags are managed like any other data object, where tag types reflect those that have been consolidated. This pushes changes out to those respective tag types, maintaining any functionality directly requiring a tag that has been consolidated.

Searchable Content Tagging

tagging

filtering

The fusion tags are immediately available to pages out of the box, allowing searchable content tagging for both content authors and users.

To enable tagging for a data object:

DataObjectName:
  extensions:
    - 'TaggingExtension'

Maintainer Contact

Nathan Glasl, nathan@silverstripe.com.au

About

A module for SilverStripe which will automatically consolidate existing tag types into new fusion tags, and allows searchable content tagging out of the box.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 95.7%
  • JavaScript 4.3%