Skip to content

Commit 8186731

Browse files
author
Ben Helleman
committed
fix: uri and image details should be in the same cell
1 parent 1af0c2a commit 8186731

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

blocks/video/_video.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,6 @@
2121
{
2222
"id": "video",
2323
"fields": [
24-
{
25-
"component": "aem-content",
26-
"valueType": "string",
27-
"name": "uri",
28-
"label": "Video"
29-
},
3024
{
3125
"component": "multiselect",
3226
"name": "classes",
@@ -45,6 +39,12 @@
4539
}
4640
]
4741
},
42+
{
43+
"component": "aem-content",
44+
"valueType": "string",
45+
"name": "placeholder_uri",
46+
"label": "Video"
47+
},
4848
{
4949
"component": "reference",
5050
"valueType": "string",
@@ -68,4 +68,4 @@
6868
"components": []
6969
}
7070
]
71-
}
71+
}

component-models.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -570,12 +570,6 @@
570570
{
571571
"id": "video",
572572
"fields": [
573-
{
574-
"component": "aem-content",
575-
"valueType": "string",
576-
"name": "uri",
577-
"label": "Video"
578-
},
579573
{
580574
"component": "multiselect",
581575
"name": "classes",
@@ -594,6 +588,12 @@
594588
}
595589
]
596590
},
591+
{
592+
"component": "aem-content",
593+
"valueType": "string",
594+
"name": "placeholder_uri",
595+
"label": "Video"
596+
},
597597
{
598598
"component": "reference",
599599
"valueType": "string",

0 commit comments

Comments
 (0)