Adding support for Dictionaries on Forms

WIP converting datetime string to datetime
This commit is contained in:
Eibriel
2015-04-14 12:04:50 -03:00
parent 1ebe3c302f
commit a605acb856
2 changed files with 17 additions and 0 deletions

View File

@@ -132,9 +132,15 @@ def populate_node_types(old_ids={}):
"schema": {
"users": {
"type": "list",
"schema": {
"type": "string",
}
},
"groups": {
"type": "list",
"schema": {
"type": "string",
}
}
}
},