Re-enabled the 'valid_properties': True in nodes_schema
This commit is contained in:
parent
aaf452e18b
commit
ef94c68177
@ -326,7 +326,7 @@ nodes_schema = {
|
|||||||
},
|
},
|
||||||
'properties': {
|
'properties': {
|
||||||
'type': 'dict',
|
'type': 'dict',
|
||||||
# 'valid_properties': True,
|
'valid_properties': True,
|
||||||
'required': True
|
'required': True
|
||||||
},
|
},
|
||||||
'permissions': {
|
'permissions': {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user