Re-enabled the 'valid_properties': True in nodes_schema

This commit is contained in:
Sybren A. Stüvel 2018-07-13 12:06:38 +02:00
parent aaf452e18b
commit ef94c68177

View File

@ -326,7 +326,7 @@ nodes_schema = {
},
'properties': {
'type': 'dict',
# 'valid_properties': True,
'valid_properties': True,
'required': True
},
'permissions': {