themsaid/wink

Creating a directory structure with slugs

Closed this issue · 1 comments

joeh commented

I am looking at using Wink to publish a bunch of content in our intranet. But organizing content has me struggling.

Is there a way to create a directory structure using slugs. For example, if I wanted to group a bunch of pages under a directory so rather than:

<>/about-us-our-management
<>/about-us-contact-us
<>/about-us-locations

we could have:
<>/about-us/our-management
<>/about-us/contact-us
<>/about-us/locations

Given the way the editor dynamically removes "/" characters from the slug name, the only way I can think to do this would be to do a custom route, or controller per "sub-directory".

Any other ideas?

Thanks

Joe

No plans for this I'm afraid.