Added "deleted" status to some node_types
This commit is contained in:
parent
8596466d49
commit
8f8b2cfbd4
@ -460,7 +460,8 @@ def populate_node_types(old_ids={}):
|
|||||||
'type': 'string',
|
'type': 'string',
|
||||||
'allowed': [
|
'allowed': [
|
||||||
'published',
|
'published',
|
||||||
'pending'
|
'pending',
|
||||||
|
'deleted'
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
# Logo
|
# Logo
|
||||||
@ -556,7 +557,8 @@ def populate_node_types(old_ids={}):
|
|||||||
'type': 'string',
|
'type': 'string',
|
||||||
'allowed': [
|
'allowed': [
|
||||||
'published',
|
'published',
|
||||||
'pending'
|
'pending',
|
||||||
|
'deleted'
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
'notes': {
|
'notes': {
|
||||||
@ -593,7 +595,8 @@ def populate_node_types(old_ids={}):
|
|||||||
'allowed': [
|
'allowed': [
|
||||||
'published',
|
'published',
|
||||||
'pending',
|
'pending',
|
||||||
'processing'
|
'processing',
|
||||||
|
'deleted'
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
# We expose the type of asset we point to. Usually image, video,
|
# We expose the type of asset we point to. Usually image, video,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user