Add manifest entry for grid layout component

This commit is contained in:
Andrew Kingston 2023-04-28 10:22:02 +01:00
parent d03f96ceb8
commit b7c7882597
1 changed files with 17 additions and 0 deletions

View File

@ -5214,5 +5214,22 @@
"type": "schema",
"suffix": "repeater"
}
},
"grid": {
"name": "Grid",
"icon": "ViewGrid",
"hasChildren": true,
"settings": [
{
"type": "number",
"key": "cols",
"label": "Columns"
},
{
"type": "number",
"key": "rows",
"label": "Rows"
}
]
}
}