Adding support for Dictionaries on Forms
WIP converting datetime string to datetime
This commit is contained in:
@@ -132,9 +132,15 @@ def populate_node_types(old_ids={}):
|
||||
"schema": {
|
||||
"users": {
|
||||
"type": "list",
|
||||
"schema": {
|
||||
"type": "string",
|
||||
}
|
||||
},
|
||||
"groups": {
|
||||
"type": "list",
|
||||
"schema": {
|
||||
"type": "string",
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user