/silverstripe-taxonomy

Provides the capability to add and edit simple taxonomies within SilverStripe

Primary LanguagePHPBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Taxonomy

Build Status Scrutinizer Code Quality SilverStripe supported module Code Coverage

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.