Commit 72605cad by Rizal Hermawan

test

parent d7beb336
......@@ -25,7 +25,8 @@ const schema = {
}
},
"required": [
"text"
"text",
"has_checkbox"
],
"title": "TreeViewElement",
"if": {
......@@ -44,7 +45,9 @@ const schema = {
},
"else": {
"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