From 9cf5e52a85f550b3031e126d2174720c82dd1af7 Mon Sep 17 00:00:00 2001 From: Reino Muhl <10620585+StaberindeZA@users.noreply.github.com> Date: Tue, 4 Nov 2025 10:08:57 -0500 Subject: [PATCH] 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 --- configs/subplat-nimbus.fml.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 configs/subplat-nimbus.fml.yaml diff --git a/configs/subplat-nimbus.fml.yaml b/configs/subplat-nimbus.fml.yaml new file mode 100644 index 0000000000..4fa4221cb7 --- /dev/null +++ b/configs/subplat-nimbus.fml.yaml @@ -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: {} +