dotnet add OrchardCore.TaxonomiesThe taxonomies module provides a way to categorize content items.
Features
Taxonomies
The taxonomies module provides a way to categorize content items. Its manifest-backed feature ID is OrchardCore.Taxonomies, and it is categorized as Content Management. It depends on OrchardCore.ContentTypes, so Orchard Core enables that dependency when this feature is enabled. This description is based on the Orchard Core manifest and official documentation; in Orchard Core, feature entries are shown in the feature management UI with their description, category, and dependencies.
Taxonomies Contents List Filters
Provides taxonomy filters in the contents list. Its manifest-backed feature ID is OrchardCore.Taxonomies.ContentsAdminList, and it is categorized as Content Management. It depends on OrchardCore.Taxonomies, so Orchard Core enables that dependency when this feature is enabled. This description is based on the Orchard Core manifest and official documentation; in Orchard Core, feature entries are shown in the feature management UI with their description, category, and dependencies.
- BSD-3-Clause