You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content-src/asrouter/templates/SubmitFormSnippet/SubmitFormSnippet.schema.json
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,11 @@
59
59
"type": "string",
60
60
"description": "Snippet icon. Dark theme variant. 64x64px. SVG or PNG preferred."
61
61
},
62
+
"scene1_icon_alt_text": {
63
+
"type": "string",
64
+
"description": "Alt text describing scene1 icon for screen readers",
65
+
"default": ""
66
+
},
62
67
"scene1_title_icon": {
63
68
"type": "string",
64
69
"description": "Small icon that shows up before the title / text. 16x16px. SVG or PNG preferred. Grayscale."
@@ -67,6 +72,11 @@
67
72
"type": "string",
68
73
"description": "Small icon that shows up before the title / text. Dark theme variant. 16x16px. SVG or PNG preferred. Grayscale."
69
74
},
75
+
"scene1_title_icon_alt_text": {
76
+
"type": "string",
77
+
"description": "Alt text describing scene1 title icon for screen readers",
78
+
"default": ""
79
+
},
70
80
"form_action": {
71
81
"type": "string",
72
82
"description": "Endpoint to submit form data."
@@ -115,6 +125,11 @@
115
125
"type": "string",
116
126
"description": "(send to device) Image to display above the form. Dark theme variant. 98x98px. SVG or PNG preferred."
117
127
},
128
+
"scene2_icon_alt_text": {
129
+
"type": "string",
130
+
"description": "Alt text describing scene2 icon for screen readers",
131
+
"default": ""
132
+
},
118
133
"scene2_newsletter": {
119
134
"type": "string",
120
135
"description": "Newsletter/basket id user is subscribing to. Must be a value from the 'Slug' column here: https://basket.mozilla.org/news/. Default 'mozilla-foundation'."
0 commit comments