Skip to content

Commit

Permalink
fix: Invalid FML in nimbus.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
flozia committed Jul 15, 2024
1 parent 9a793b9 commit e3e3d3a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions config/nimbus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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”

0 comments on commit e3e3d3a

Please sign in to comment.