File tree Expand file tree Collapse file tree 5 files changed +15
-15
lines changed
theme/components/sections Expand file tree Collapse file tree 5 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 321
321
"name": "Header",
322
322
"controls": [
323
323
{
324
- "option ": "toggle",
324
+ "control ": "toggle",
325
325
"label": "Show announcement bar",
326
326
"value": {
327
327
"$ref": "#/schema/announcement_bar_show"
328
328
}
329
329
},
330
330
{
331
- "option ": "input",
331
+ "control ": "input",
332
332
"label": "Announcement bar",
333
333
"value": {
334
334
"$ref": "#/schema/announcement_bar_text"
335
335
}
336
336
},
337
337
{
338
- "option ": "link-chooser",
338
+ "control ": "link-chooser",
339
339
"label": "Announcement link",
340
340
"value": {
341
341
"$ref": "#/schema/announcement_bar_link"
Original file line number Diff line number Diff line change 40
40
"name": "Banner",
41
41
"controls": [
42
42
{
43
- "option ": "group",
43
+ "control ": "group",
44
44
"label": "Banner image",
45
45
"value": {
46
46
"controls": [
47
47
{
48
- "option ": "image-chooser",
48
+ "control ": "image-chooser",
49
49
"value": {
50
50
"$ref": "#/schema/image"
51
51
}
52
52
},
53
53
{
54
- "option ": "input",
54
+ "control ": "input",
55
55
"label": "Image description",
56
56
"placeholder": "Alt text for accessibility",
57
57
"value": {
62
62
}
63
63
},
64
64
{
65
- "option ": "input",
65
+ "control ": "input",
66
66
"label": "Marquee text",
67
67
"placeholder": "Scrolling text",
68
68
"value": {
Original file line number Diff line number Diff line change 28
28
"name": "Featured categories",
29
29
"controls": [
30
30
{
31
- "option ": "input",
31
+ "control ": "input",
32
32
"label": "Heading",
33
33
"value": {
34
34
"$ref": "#/schema/heading"
35
35
}
36
36
},
37
37
{
38
- "option ": "group",
38
+ "control ": "group",
39
39
"label": "Featured categories",
40
40
"value": {
41
41
"controls": [
42
42
{
43
- "option ": "category-list-chooser",
43
+ "control ": "category-list-chooser",
44
44
"value": {
45
45
"$ref": "#/schema/categories"
46
46
}
Original file line number Diff line number Diff line change 28
28
"name": "Featured items",
29
29
"controls": [
30
30
{
31
- "option ": "input",
31
+ "control ": "input",
32
32
"label": "Heading",
33
33
"value": {
34
34
"$ref": "#/schema/heading"
35
35
}
36
36
},
37
37
{
38
- "option ": "group",
38
+ "control ": "group",
39
39
"label": "Items",
40
40
"value": {
41
41
"controls": [
42
42
{
43
- "option ": "item-list-chooser",
43
+ "control ": "item-list-chooser",
44
44
"value": {
45
45
"$ref": "#/schema/items"
46
46
}
Original file line number Diff line number Diff line change 18
18
"name": "Text",
19
19
"controls": [
20
20
{
21
- "option ": "input",
21
+ "control ": "input",
22
22
"label": "Heading",
23
23
"value": {
24
24
"$ref": "#/schema/heading"
25
25
}
26
26
},
27
27
{
28
- "option ": "textarea",
28
+ "control ": "textarea",
29
29
"label": "Text",
30
30
"value": {
31
31
"$ref": "#/schema/text"
You can’t perform that action at this time.
0 commit comments