Skip to content

Commit e27bf9f

Browse files
committed
remove newlines from inline node labels
1 parent cdd38ee commit e27bf9f

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

protocol.json

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,24 @@
300300
"component": "Toggle",
301301
"type": "boolean"
302302
},
303+
"683ad529-66c6-4c84-8e31-a31452dsf74k": {
304+
"name": "booleanVariable3",
305+
"type": "boolean",
306+
"component": "Boolean",
307+
"validation": {
308+
"required": true
309+
},
310+
"options": [
311+
{
312+
"label": "Yes",
313+
"value": true
314+
},
315+
{
316+
"label": "No",
317+
"value": false
318+
}
319+
]
320+
},
303321
"d7b5f733-bec1-49be-8c33-f3c772ca0653": {
304322
"name": "booleanVariable2",
305323
"type": "boolean"
@@ -615,7 +633,7 @@
615633
},
616634
"options": [
617635
{
618-
"label": "Value A\n- has additional text\n- to go along with it",
636+
"label": "Value A **has additional** text to go along with it",
619637
"value": "Value_A"
620638
},
621639
{
@@ -1374,6 +1392,10 @@
13741392
"variable": "57fefac9-561f-454a-8f78-81bd9470efaa",
13751393
"prompt": "Is the switch below not turned _on_?"
13761394
},
1395+
{
1396+
"variable": "683ad529-66c6-4c84-8e31-a31452dsf74k",
1397+
"prompt": "This is a variable whose **value** you\n\nmust...\n\nchoose!"
1398+
},
13771399
{
13781400
"variable": "e4e0df51-4b53-4e16-9249-8587537370e9",
13791401
"prompt": "Do you like **likert scales**?"

0 commit comments

Comments
 (0)