chromium/components/policy/resources/templates/policy_definitions/Printing/PrintingAllowedBackgroundGraphicsModes.yaml

caption: Restrict background graphics printing mode
desc: Restricts background graphics printing mode. Unset policy is treated as no restriction.
example_value: enabled
features:
  can_be_recommended: false
  dynamic_refresh: true
  per_profile: true
future_on:
- fuchsia
items:
- caption: Allow printing both with and without background graphics
  name: any
  value: any
- caption: Allow printing only with background graphics
  name: enabled
  value: enabled
- caption: Allow printing only without background graphics
  name: disabled
  value: disabled
owners:
- [email protected]
- [email protected]
- [email protected]
schema:
  enum:
  - any
  - enabled
  - disabled
  type: string
supported_on:
- chrome_os:79-
- chrome.*:80-
tags: []
type: string-enum