Extends and reuse for status

I did a quick test, and this works:

/site/blueprints/options/status.yml

draft:
  label: Draft
  text: Bla bla
unlisted:
  label: Unlisted
  text: la le lu
listed:
  label: Listed
  text: blub blub blue

Blueprint:

status:
  extends: options/status
1 Like