Skip to content
Snippets Groups Projects

Issue #3036862 demonstration

Open Jonathan Shaw requested to merge issue/drupal-3036862:3036862-expose-title-and into 9.4.x
Files
2
@@ -269,9 +269,8 @@ public static function baseFieldDefinitions(EntityTypeInterface $entity_type) {
->setRevisionable(TRUE)
->setSetting('max_length', 255)
->setDisplayOptions('view', [
'region' => 'hidden',
'label' => 'hidden',
'type' => 'string',
'type' => 'title',
'weight' => -5,
])
->setDisplayOptions('form', [
Loading