Skip to content

Commit

Permalink
Merge pull request #4808 from mozilla/mntor-3341-fml
Browse files Browse the repository at this point in the history
Fix invalid FML in nimbus.yaml
  • Loading branch information
flozia authored Jul 15, 2024
2 parents 9a793b9 + e3e3d3a commit 2c2c009
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 2c2c009

Please sign in to comment.