fix(build): in shcema areas.content.block must be an array

This commit is contained in:
Gervwyk 2020-10-28 13:57:52 +02:00
parent bfa6e4ce70
commit f53dcb8fff

View File

@ -71,7 +71,10 @@
"type": "object",
"properties": {
"blocks": {
"$ref": "#/definitions/block"
"type": "array",
"items": {
"$ref": "#/definitions/block"
}
}
}
}