Skip to content

Instantly share code, notes, and snippets.

@bendk
Created April 19, 2022 20:30
Show Gist options
  • Save bendk/fbe30d1cc677524034e09d9c723461b3 to your computer and use it in GitHub Desktop.
Save bendk/fbe30d1cc677524034e09d9c723461b3 to your computer and use it in GitHub Desktop.
diff --git a/components/support/nimbus-fml/fixtures/fe/fenix.yaml b/components/support/nimbus-fml/fixtures/fe/fenix.yaml
index a4fc8feb..ec313be2 100644
--- a/components/support/nimbus-fml/fixtures/fe/fenix.yaml
+++ b/components/support/nimbus-fml/fixtures/fe/fenix.yaml
@@ -47,6 +47,10 @@ features:
description: The drawable displayed in the app menu for Settings
type: Drawable
default: mozac_ic_settings
+ icon-type:
+ description: Testing an enum value
+ type: Option<IconType>
+ default: null
string-map:
description: A string map that was causing problem
type: Map<String, String>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment