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

caption: Default printing color mode
desc: Setting the policy overrides the default printing color mode. If the mode is
  unavailable, this policy is ignored.
example_value: monochrome
features:
  can_be_recommended: false
  dynamic_refresh: true
  per_profile: true
items:
- caption: Enable color printing
  name: color
  value: color
- caption: Enable monochrome printing
  name: monochrome
  value: monochrome
owners:
- [email protected]
- [email protected]
- [email protected]
schema:
  enum:
  - color
  - monochrome
  type: string
supported_on:
- chrome_os:72-
tags: []
type: string-enum