Verified Commit edcce6de authored by Tamás Nagy's avatar Tamás Nagy
Browse files

Issue #3257008 by Shriaas: Unable to use custom display settings for view...

Issue #3257008 by Shriaas: Unable to use custom display settings for view modes on brightcove video entity
parent b2578a7f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -420,6 +420,7 @@ class BrightcovePlaylist extends BrightcoveVideoPlaylistCmsEntity implements Bri
      ])
      ->setDisplayOptions('view', [
        'type' => 'hidden',
        'region' => 'hidden',
        'label' => 'inline',
        'weight' => $weight,
      ])
@@ -436,6 +437,7 @@ class BrightcovePlaylist extends BrightcoveVideoPlaylistCmsEntity implements Bri
      ])
      ->setDisplayOptions('view', [
        'type' => 'hidden',
        'region' => 'hidden',
        'label' => 'inline',
        'weight' => $weight,
      ])
+2 −0
Original line number Diff line number Diff line
@@ -740,6 +740,7 @@ class BrightcoveVideo extends BrightcoveVideoPlaylistCmsEntity implements Bright
      ])
      ->setDisplayOptions('view', [
        'type' => 'hidden',
        'region' => 'hidden',
        'label' => 'inline',
        'weight' => $weight,
      ])
@@ -756,6 +757,7 @@ class BrightcoveVideo extends BrightcoveVideoPlaylistCmsEntity implements Bright
      ])
      ->setDisplayOptions('view', [
        'type' => 'hidden',
        'region' => 'hidden',
        'label' => 'inline',
        'weight' => $weight,
      ])