nswdpc/silverstripe-elemental-taxonomy

Elemental Taxonomy module, provides a list of taxonomy terms under a selected type

Installs: 3 457

Dependents: 1

Suggesters: 0

Security: 0

Stars: 1

Watchers: 3

Forks: 0

Open Issues: 0

Type:silverstripe-vendormodule

v1.0.0 2024-07-24 05:22 UTC

README

Provides a content element for the CMS where a Content Author can select a Taxonomy Type to display a sorted list of terms linked to that type.

Features

  • Select a Taxonomy type in the content element
  • Choose to display all terms linked to that type
  • Sort by name or taxonomy sort order
  • Adds a 'Description' field to a Taxonomy term
  • Ships with schema.org DefinedTermSet
  • Choose to only show certain terms in the selected type
  • Optionally display the taxonomy type

Projects should override the templates provided and extend as required, e.g. to link or search based on a taxonomy term from within the list.

Requirements

See composer.json

Installation

composer require nswdpc/silverstripe-elemental-taxonomy

License

BSD-3-Clause

Documentation

Configuration

See config.yml for module configuration values

Maintainers

Security

If you have found a security issue with this module, please email digital[@]dpc.nsw.gov.au in the first instance, detailing your findings.

Bugtracker

We welcome bug reports, pull requests and feature requests on the Github Issue tracker for this project.

Please review the code of conduct prior to opening a new issue.

Development and contribution

If you would like to make contributions to the module please ensure you raise a pull request and discuss with the module maintainers.

Please review the code of conduct prior to completing a pull request.