Added status property to node_type Project

This commit is contained in:
Francesco Siddi 2015-11-04 16:22:23 +01:00
parent 441b39211b
commit e00e4698ea

View File

@ -456,6 +456,13 @@ def populate_node_types(old_ids={}):
}
}
},
'status': {
'type': 'string',
'allowed': [
'published',
'pending'
],
},
# Logo
'picture_square': {
'type': 'objectid',
@ -520,6 +527,7 @@ def populate_node_types(old_ids={}):
},
}
},
'status': {},
'nodes_featured': {},
'nodes_latest': {},
'nodes_blog': {}