Commit 72605cad by Rizal Hermawan

test

parent d7beb336
...@@ -25,7 +25,8 @@ const schema = { ...@@ -25,7 +25,8 @@ const schema = {
} }
}, },
"required": [ "required": [
"text" "text",
"has_checkbox"
], ],
"title": "TreeViewElement", "title": "TreeViewElement",
"if": { "if": {
...@@ -44,7 +45,9 @@ const schema = { ...@@ -44,7 +45,9 @@ const schema = {
}, },
"else": { "else": {
"required": [ "required": [
"text" "text",
"children",
"has_checkbox"
] ]
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment