Reorganise component structure
This commit is contained in:
parent
f12ab5aebd
commit
0fcc7619d0
|
@ -8,12 +8,24 @@
|
||||||
"repeaterblock"
|
"repeaterblock"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"section",
|
{
|
||||||
"container",
|
"name": "Layout",
|
||||||
"dataprovider",
|
"icon": "ClassicGridView",
|
||||||
"table",
|
"children": [
|
||||||
"repeater",
|
"container",
|
||||||
"button",
|
"section"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Data",
|
||||||
|
"icon": "Data",
|
||||||
|
"children": [
|
||||||
|
"dataprovider",
|
||||||
|
"repeater",
|
||||||
|
"table",
|
||||||
|
"dynamicfilter"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Form",
|
"name": "Form",
|
||||||
"icon": "Form",
|
"icon": "Form",
|
||||||
|
@ -60,6 +72,7 @@
|
||||||
"children": [
|
"children": [
|
||||||
"heading",
|
"heading",
|
||||||
"text",
|
"text",
|
||||||
|
"button",
|
||||||
"divider",
|
"divider",
|
||||||
"image",
|
"image",
|
||||||
"backgroundimage",
|
"backgroundimage",
|
||||||
|
@ -67,7 +80,6 @@
|
||||||
"icon",
|
"icon",
|
||||||
"embed"
|
"embed"
|
||||||
]
|
]
|
||||||
},
|
}
|
||||||
"dynamicfilter"
|
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue