You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can specify path template for a folder collection - as described in docs here :
Docs says, it supports template syntax similar to slug templates
Slug templates allows use of fields
We would like to organise content based on value of certain fields (including relation type fields)
Example : City collection, with a relation field for state
We would like to configure path for cities collection as path: '{{fields.state.name}}/{{slug}}'
So that the content would be saved as shown below
We can specify
path
template for a folder collection - as described in docs here :Docs says, it supports template syntax similar to
slug
templatesSlug templates allows use of fields
We would like to organise content based on value of certain fields (including relation type fields)
Example : City collection, with a relation field for state
We would like to configure path for cities collection as
path: '{{fields.state.name}}/{{slug}}'
So that the content would be saved as shown below
But looks like, folder collection path template doesnt allow use of fields
The text was updated successfully, but these errors were encountered: