Short summary for the project node

This commit is contained in:
Francesco Siddi 2015-09-22 10:21:49 +02:00
parent 9ee8d9a20b
commit 71dd30fa75

View File

@ -540,6 +540,11 @@ def populate_node_types(old_ids={}):
'embeddable': True 'embeddable': True
}, },
}, },
# Short summary for the project
'summary': {
'type': 'string',
'maxlength': 128
}
}, },
'form_schema': { 'form_schema': {
'is_private': {}, 'is_private': {},
@ -549,6 +554,7 @@ def populate_node_types(old_ids={}):
'organization': {}, 'organization': {},
'picture_square': {}, 'picture_square': {},
'picture_header': {}, 'picture_header': {},
'summary': {},
'owners': { 'owners': {
'schema': { 'schema': {
'users':{ 'users':{