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
In my template I wanted to use <<collection_name>> as a default value and only overwrite this variable for specific collections.
PMM does not check the defaults for this and so the builder used the literal "<<collection_name>>" and not the name of the collection.
Just a quick feature request to be able to use <<collection_name>> in a default value for collection templates.
In my template I wanted to use <<collection_name>> as a default value and only overwrite this variable for specific collections.
PMM does not check the defaults for this and so the builder used the literal "<<collection_name>>" and not the name of the collection.
Just a quick feature request to be able to use <<collection_name>> in a default value for collection templates.
Example in this gist:
https://gist.github.com/cpt-kuesel/ecc370016163fbf2db327f1c5b142749
The text was updated successfully, but these errors were encountered: