Commit cf0fb4ef authored by Xaq Rothman's avatar Xaq Rothman Committed by Adam G-H
Browse files

Issue #2926916 by xaqrox: [entity_browser] Entity browser display review setting lacks default

parent 10cc1605
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -102,7 +102,9 @@ class Entity extends EmbedTypeBase implements ContainerFactoryPluginInterface {
      'bundles' => [],
      'display_plugins' => [],
      'entity_browser' => '',
      'entity_browser_settings' => [],
      'entity_browser_settings' => [
        'display_review' => 0,
      ],
    ];
  }