Skip to content
Snippets Groups Projects

Default title field to hidden

1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -131,6 +131,7 @@ function manage_display_base_field_info($entity_type_id) {
'type' => 'title',
'label' => 'hidden',
'weight' => -49,
'region' => 'hidden'
];
$info['node']['created'] = ['region' => 'hidden'];
$info['node']['uid'] = ['region' => 'hidden'];
Loading