Hello,
I’m sure this is a quite basic question but I’m stuck there…
I’m having different file templates on my website, some are for projects (using blueprints/files/default.yml
) and I’m trying to create a new one for another page and template, using blueprints/files/commande.ym
l.
But as soon as I update a new file in the admin panel, in the page using a template called commande
(the exact same as my file blueprint) the file blueprint used is default.
Beside the file blueprint, everything is working fine.
So i know there is a thing called template, but I didn’t find any solution by myself.
Here is my files/commande.yml blueprint :
title: Commande
template: commande
image:
back: "{{file.color}}"
columns:
...etc...
So I’d like the files updated in the page Commande to have the file blueprint called Commande too.
Thanks for the help!