Centralize exact subcategory selectors
This commit is contained in:
@@ -233,6 +233,13 @@ There are two category systems.
|
||||
JSON categories are the scalable system. Add new main categories or subcategories
|
||||
there unless the behavior needs Python logic.
|
||||
|
||||
Exact JSON subcategory selection uses the full selector returned by
|
||||
`category_library.exact_subcategory_selector`: `Category name / Subcategory
|
||||
name`. The resolver parses that selector against the loaded category library
|
||||
instead of blindly splitting the first slash separator, so custom category or
|
||||
subcategory names may themselves contain `/` without drifting to a sibling
|
||||
route.
|
||||
|
||||
## JSON Category Road
|
||||
|
||||
```mermaid
|
||||
|
||||
Reference in New Issue
Block a user