Added status property to node_type Project
This commit is contained in:
@@ -456,6 +456,13 @@ def populate_node_types(old_ids={}):
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
'status': {
|
||||||
|
'type': 'string',
|
||||||
|
'allowed': [
|
||||||
|
'published',
|
||||||
|
'pending'
|
||||||
|
],
|
||||||
|
},
|
||||||
# Logo
|
# Logo
|
||||||
'picture_square': {
|
'picture_square': {
|
||||||
'type': 'objectid',
|
'type': 'objectid',
|
||||||
@@ -520,6 +527,7 @@ def populate_node_types(old_ids={}):
|
|||||||
},
|
},
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
'status': {},
|
||||||
'nodes_featured': {},
|
'nodes_featured': {},
|
||||||
'nodes_latest': {},
|
'nodes_latest': {},
|
||||||
'nodes_blog': {}
|
'nodes_blog': {}
|
||||||
|
Reference in New Issue
Block a user