i loved Kirby 2 for being so easy to handle with a nice documentation but i have many problems with Kirby 3
How is it possible to change the blueprint in the panel under options for each page?
Example: for quick testing i created a cases page in the panel wie the template/blueprint āSimple Pageā which has the .yml ādefaultā. Later i created ācases.ymlā which contains my custom blueprint code for my cases page. But when i try to change the template/blueprint for the cases page from default.yml to cases.yml in the panel, it wonāt let me. The option is just disabled and i canāt activate it. Does someone know a solution?
Do you mean the changeTemplate option? Because there is no changeBlueprint option
I couldnāt change the blueprints neither in the starterkit-master nor in the plainkit-master. Iāve read the documentation before and it says, that changing blueprints is always on true except it is set to false. I did not set anything to false manually!
āor list of allowed templateā maybe i have to allow something explicit?
I have a cases.yml, cases.php (template) and a cases.php (snippet, because i build a one pager). What more do i need to allow to change blueprints via the panel?
Okay, so i have to explicitly allow templates in the .yml, if i want to change them for the respective pages. In my opinion quite a bit laborious but iām glad, that i now know how it works thanks! Maybe for a future update it is a better option to give it a true statement? I think kirby 2 had a true statement?
I donāt really remember, but I think changing templates can result in data loss, so the developer should really take care of only allowing templates that are compatible. Thatās probably why a true option doesnāt exist.