Wildcard for page options

Is there a way to do this but without having to repeat it for all page options?

options:
  changeSlug:
    *: true
    blogger: false
  changeStatus:
    *: true
    blogger: false
  changeTemplate:
    *: true
    blogger: false
  changeTitle:
    *: true
    blogger: false
  update:
    *: true
    blogger: false
  duplicate:
    *: true
    blogger: false

Hm, don’t know, but since true is the default, you only have to set false for the blogger role.

If you need this for multiple pages, you can set the options in a separate file and reuse in page blueprints.

I guess it’s not doable then :grimacing:

If I don’t set *: true in addition to blogger: false all other roles can’t do the action either. Which I agree shouldn’t be required. I will open an issue for that.