nswdpc / silverstripe-elemental-taxonomy
Elemental Taxonomy module, provides a list of taxonomy terms under a selected type
Installs: 3 727
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 0
Open Issues: 0
Type:silverstripe-vendormodule
Requires
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2024-10-24 06:05:16 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
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.