boolean

Use this policy type if you want to set a policy to true.

If you want to set a policy to false use the boolean-inverse policy type.

Example JSON output

{
  "policies": {
    "BlockAboutAddons": true
  }
}

Example screenshot

Example implementation

const policies = {
  BlockAboutAddons : {
    first_available : { mainstream : '60.0', esr : '60.0' },
    ui_category : 'block-access',
    type : 'boolean'
  }
}

Last updated