Embedding Users

This commit is contained in:
Eibriel
2015-05-01 11:32:42 -03:00
parent 1ac5bab7e1
commit ad5b7364d6
2 changed files with 11 additions and 1 deletions

View File

@@ -249,7 +249,12 @@ def populate_node_types(old_ids={}):
'attachments': {
'type': 'list',
'schema': {
'type': 'objectid'
'type': 'objectid',
'data_relation': {
'resource': 'files',
'field': '_id',
'embeddable': True
}
}
}
},