mirror of
https://github.com/mozilla/fxa.git
synced 2025-12-28 07:03:55 +00:00
Because: - Need to add Nimbus FML yaml to repo This commit: - Adds SubPlat Nimbus FML yaml with example feature to display welcome banner Closes #PAY-3249
26 lines
580 B
YAML
26 lines
580 B
YAML
about:
|
|
description: Nimbus Feature Manifest for Subscription Platform
|
|
channels:
|
|
- developer
|
|
- staging
|
|
- production
|
|
features:
|
|
welcome-feature:
|
|
description: Display a welcome banner on the new Sub Manage page
|
|
variables:
|
|
enabled:
|
|
description: If the feature is enabled.
|
|
type: Boolean
|
|
default: false
|
|
defaults:
|
|
- channel: developer
|
|
value: { "enabled": true }
|
|
- channel: staging
|
|
value: { "enabled": false }
|
|
- channel: production
|
|
value: { "enabled": false }
|
|
types:
|
|
objects: {}
|
|
enums: {}
|
|
|