Hiding content_type and file form fields for editing
This commit is contained in:
parent
05848ae71f
commit
9e9e7b82ca
@ -583,8 +583,8 @@ def populate_node_types(old_ids={}):
|
||||
},
|
||||
'form_schema': {
|
||||
'status': {},
|
||||
'content_type': {},
|
||||
'file': {},
|
||||
'content_type': {'visible': False},
|
||||
'file': {'visible': False},
|
||||
},
|
||||
'permissions': {
|
||||
'groups': [{
|
||||
|
Loading…
x
Reference in New Issue
Block a user