Short summary for the project node
This commit is contained in:
parent
9ee8d9a20b
commit
71dd30fa75
@ -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':{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user