mirror of
https://github.com/mozilla/fxa.git
synced 2025-12-13 20:36:41 +01:00
feat(nimbus): add subplat nimbus fml
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
This commit is contained in:
25
configs/subplat-nimbus.fml.yaml
Normal file
25
configs/subplat-nimbus.fml.yaml
Normal file
@@ -0,0 +1,25 @@
|
||||
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: {}
|
||||
|
||||
Reference in New Issue
Block a user