keystatic
keystatic copied to clipboard
Feature request : Better control over content organisation needed
As of now, content can be organized as explained in docs here
However, some of the projects needs better control content destination. Eg into year/month directories for example.
Decap CMS supports this - for example path: '{{year}}/{{slug}}' as explained here
It would be nice to see similar support in content static.
may be, path can support a template syntax which can use any of the fields from schema, or it could be made a function which takes the content object as argument and returns a path string.