Hello everybody, I am quite new to Kirby and have a question on how to structure my content. I find the options given by Kirby are quite limited.
Structure of the Content:
Menu:
/take-action
/resources
/resources/category:category-name
/resources/tag:tag-name
/resource/resource-name
Take Action:
- Links to all Resource categories with category description
- Link to all Resources
Resource Category Page:
- Category Description
-Link to all Resource Tags - Resources by Category
Resource Tag Page:
- Tag Description
- Resources by Tag
So I somehow archived all of the above. It’s a bit hacky but works. Created some module where you can specify the description of a category for a category id and I fetch that in the resource controller.
I am now struggling to configure the menu. I want “Take Action” to have a submenu containing “Resources” and a link to a specific resources category.
Any help is much appreciated.