Disallow node status 'deleted' for node type asset
This commit is contained in:
parent
6c7ad6f6f0
commit
b4327f22e8
@ -12,8 +12,7 @@ node_type_asset = {
|
||||
'allowed': [
|
||||
'published',
|
||||
'pending',
|
||||
'processing',
|
||||
'deleted'
|
||||
'processing'
|
||||
],
|
||||
},
|
||||
# Used for sorting within the context of a group
|
||||
|
Loading…
x
Reference in New Issue
Block a user