From e3e3d3aea802b27a58d9c3b53fe448219023fd1d Mon Sep 17 00:00:00 2001 From: Florian Zia Date: Mon, 15 Jul 2024 17:28:59 +0200 Subject: [PATCH] fix: Invalid FML in nimbus.yaml --- config/nimbus.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/config/nimbus.yaml b/config/nimbus.yaml index 5cffc3ff3f2..a2583065915 100644 --- a/config/nimbus.yaml +++ b/config/nimbus.yaml @@ -78,6 +78,9 @@ enums: FreeScanCtaType: description: An enum of free scan CTA types variants: - ctaWithEmail: Show a CTA button with an optional email input - ctaOnly: Only show a CTA button with the label “Get free scan” - ctaOnlyAlternativeLabel: Only show a CTA button with the label “Sign in to get free scan” + ctaWithEmail: + description: Show a CTA button with an optional email input + ctaOnly: + description: Only show a CTA button with the label “Get free scan” + ctaOnlyAlternativeLabel: + description: Only show a CTA button with the label “Sign in to get free scan”