fxa/configs/nimbus.yaml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

23 строки
508 B
YAML
Исходник Обычный вид История

about:
description: Nimbus Feature Manifest for Accounts Web testing
channels:
- production
features:
example-feature:
description: An example feature
variables:
enabled:
description: If the feature is enabled
type: Boolean
default: false
something:
description: Another variable
type: Option<String>
default: null
defaults:
- channel: production
2024-07-25 17:57:01 +03:00
value: { "something": "gnihtemos" }
types:
objects: {}
enums: {}