Added upgrade_node_type command
Improved task node type Added form_schema to manipulate forms
This commit is contained in:
@@ -54,7 +54,7 @@ nodes_schema = {
|
||||
},
|
||||
'parent': {
|
||||
'type': 'objectid',
|
||||
'default': '',
|
||||
#'default': '',
|
||||
#'data_relation': {
|
||||
# 'resource': 'nodes',
|
||||
# 'field': '_id',
|
||||
@@ -93,6 +93,14 @@ node_types_schema = {
|
||||
'dyn_schema': {
|
||||
'type': 'dict',
|
||||
'required': True,
|
||||
},
|
||||
'form_schema': {
|
||||
'type': 'dict',
|
||||
'required': True,
|
||||
},
|
||||
'parent': {
|
||||
'type': 'dict',
|
||||
'required': True,
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user