Remove required prop from gridblock to ensure backwards compatiblity

This commit is contained in:
Andrew Kingston 2023-10-20 11:07:37 +01:00
parent 452dc92356
commit 7fd7943a5a
1 changed files with 1 additions and 2 deletions

View File

@ -5560,8 +5560,7 @@
{ {
"type": "dataSource", "type": "dataSource",
"label": "Data", "label": "Data",
"key": "datasource", "key": "datasource"
"required": true
}, },
{ {
"type": "columns/grid", "type": "columns/grid",