The changeTemplate workflow

I did a quick test:

options:
  changeStatus: false
  extends: options/changetemplate

In /site/blueprints/options/changetemplate.yml

changeTemplate:
  - home
  - about
  - notes

That would at least be useful for those situations where you want to use the same options.

You can, by the way, put all your options into such an external options file and then reuse where needed.

options:
  extends: options/options
1 Like