зеркало из https://github.com/mozilla/fxa.git
feat(integrations): Land initial Nimbus FML
- We're trying to integrate with Nimbus and unblock SRE - Lands the initial yaml Closes: FXA-9124
This commit is contained in:
Родитель
c67cf3ed66
Коммит
08b75a4af3
|
@ -0,0 +1,22 @@
|
|||
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
|
||||
value: { "something": "wicked" }
|
||||
types:
|
||||
objects: {}
|
||||
enums: {}
|
Загрузка…
Ссылка в новой задаче