Looking at the Reusing & extending blueprints guide, I can’t find anything about extending entire blueprints including options etc. Is that not possible or am I doing something wrong?
# site/blueprints/pages/test.yml
title: Test
options:
changeTitle: false
I dont think you can extend entire pages. What i do is I have a series of common tabs, so I just extend the tabs into each page template. My page templates are only like 6 lines of code as a result.
Id be interested in this being a thing too, to be honest. I think it might be tricky to make real though. I have run into issues with nested extends in the past (where a blueprint being extended has itself got an extended blue print inside it). Doing 2 extends next each other sometimes causes issues too.
The question has been answered and a feature request has been made. So from the point of view of the question, this is solved. Also, you can extend an entire blueprint, but then have to add the options on top.
Makes sense; I just saw that this was migrated to your new feedback platform! Thanks for clarifying the workflow (and also thanks for the super quick reply on a Sunday).