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:
Reino Muhl
2025-11-04 10:08:57 -05:00
parent 05c80ce771
commit 9cf5e52a85

View 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: {}