Sorry, we don't support your browser.  Install a modern browser

Blueprint: extend entirely#25

Extending entire blueprints with all options, columns, tabs, etc. would be very useful. Currently it’s not possible to do that:

# site/blueprints/pages/test.yml
title: Test
options:
  changeTitle: false
# site/blueprints/pages/default.yml
title: Default
extends: pages/test

Original idea issue: https://github.com/getkirby/ideas/issues/442

4 years ago