It's great that Flarum supports nested tags, but I'd really like to be able to hide the topics in any nested tags when viewing a parent tag. For example:
Parent Tag (has topics "A", "B", "C")
-> Nested Tag (has topics "D", "E")
-> Nested Tag (has topics "F", "G")
Right now, when I click on Parent Tag, I see all topics "A" through "G". Ideally I would just see "A", "B", and "C", and I would only be able to see topics "D" through "G" by clicking on the appropriate nested tag.
Is there any way to do this right now, or would it require a custom extension to make this work?
Thanks!