Loading src/Entity/MediaGallery.php +3 −3 Original line number Diff line number Diff line Loading @@ -217,7 +217,7 @@ class MediaGallery extends ContentEntityBase implements MediaGalleryInterface { ->setDisplayConfigurable('form', TRUE) ->setDisplayOptions('view', [ 'label' => 'hidden', 'type' => 'hidden', 'region' => 'hidden', 'weight' => 10, ]) ->setDisplayConfigurable('view', TRUE); Loading @@ -227,7 +227,7 @@ class MediaGallery extends ContentEntityBase implements MediaGalleryInterface { ->setDescription(\t('The time that the media gallery was created.')) ->setDisplayOptions('view', [ 'label' => 'hidden', 'type' => 'hidden', 'region' => 'hidden', 'weight' => 11, ]) ->setDisplayConfigurable('form', TRUE) Loading @@ -254,7 +254,7 @@ class MediaGallery extends ContentEntityBase implements MediaGalleryInterface { ]) ->setDisplayConfigurable('form', TRUE) ->setDisplayOptions('view', [ 'type' => 'hidden', 'region' => 'hidden', 'label' => 'hidden', 'weight' => 12, 'settings' => [ Loading Loading
src/Entity/MediaGallery.php +3 −3 Original line number Diff line number Diff line Loading @@ -217,7 +217,7 @@ class MediaGallery extends ContentEntityBase implements MediaGalleryInterface { ->setDisplayConfigurable('form', TRUE) ->setDisplayOptions('view', [ 'label' => 'hidden', 'type' => 'hidden', 'region' => 'hidden', 'weight' => 10, ]) ->setDisplayConfigurable('view', TRUE); Loading @@ -227,7 +227,7 @@ class MediaGallery extends ContentEntityBase implements MediaGalleryInterface { ->setDescription(\t('The time that the media gallery was created.')) ->setDisplayOptions('view', [ 'label' => 'hidden', 'type' => 'hidden', 'region' => 'hidden', 'weight' => 11, ]) ->setDisplayConfigurable('form', TRUE) Loading @@ -254,7 +254,7 @@ class MediaGallery extends ContentEntityBase implements MediaGalleryInterface { ]) ->setDisplayConfigurable('form', TRUE) ->setDisplayOptions('view', [ 'type' => 'hidden', 'region' => 'hidden', 'label' => 'hidden', 'weight' => 12, 'settings' => [ Loading