Hiding content_type and file form fields for editing
This commit is contained in:
@@ -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': [{
|
||||
|
Reference in New Issue
Block a user