silverstripe / taxonomy
Provide extra taxonomy for cataloguing the data.
Installs: 294 023
Dependents: 19
Suggesters: 0
Security: 1
Stars: 9
Watchers: 15
Forks: 24
Open Issues: 6
Type:silverstripe-vendormodule
Requires
- php: ^8.1
- silverstripe/admin: ^2
- silverstripe/framework: ^5
Requires (Dev)
- phpunit/phpunit: ^9.5
- squizlabs/php_codesniffer: ^3
Suggests
- symbiote/silverstripe-gridfieldextensions: Allows sorting of TaxonomyTerm objects via drag-and-drop
- undefinedoffset/sortablegridfield: Allows sorting of TaxonomyTerm objects via drag-and-drop
- 3.x-dev
- 3.0.x-dev
- 3.0.0-beta2
- 3.0.0-beta1
- 2.x-dev
- 2.5.x-dev
- 2.5.0-beta1
- 2.4.x-dev
- 2.4.0
- 2.4.0-rc1
- 2.4.0-beta1
- 2.3.x-dev
- 2.3.0
- 2.3.0-rc1
- 2.3.0-beta1
- 2.2.x-dev
- 2.2.1
- 2.2.0
- 2.2.0-rc1
- 2.2.0-beta1
- 2.1.x-dev
- 2.1.0
- 2.0.x-dev
- 2.0.2
- 2.0.1
- 2.0.0
- 2.0.0-beta1
- 1.x-dev / 1.4.x-dev
- 1.3.x-dev
- 1.3.1
- 1.3.0
- 1.2.x-dev
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.x-dev
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.1-rc1
- 0.1.x-dev
- dev-master
This package is auto-updated.
Last update: 2023-03-23 01:19:33 UTC
README
Introduction
The Taxonomy module add the capability to add and edit simple taxonomies within Silverstripe.
Requirements
- Silverstripe 4.0+
- Silverstripe Admin Module 1.0.2+
Note: this version is compatible with Silverstripe 4. For Silverstripe 3, please see the 1.x release line.
Features
Create multiple taxonomies with any number of nested terms.
Installation
$ composer require silverstripe/taxonomy
Afterwards run /dev/build?flush=all
to rebuild your database.
For usage instructions see user manual.
Contributing
Translations
Translations of the natural language strings are managed through a third party translation interface, transifex.com. Newly added strings will be periodically uploaded there for translation, and any new translations will be merged back to the project source code.
Please use https://www.transifex.com/projects/p/silverstripe-taxonomy to contribute translations, rather than sending pull requests with YAML files.
Reporting Issues
Please create an issue for any bugs you've found, or features you're missing.