fix example schema

This commit is contained in:
iLLiCiTiT 2021-06-28 18:32:35 +02:00
parent 1048a1268c
commit e8f7f1418e

View file

@ -57,6 +57,8 @@ example_schema = {
"label": "Menu",
"children": [
{
"key": "children",
"label": "Children",
"type": "list",
"object_type": "text"
}