X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fsystem%2Fsrc%2FPlugin%2FBlock%2FSystemBrandingBlock.php;h=fdb869a4220e656255977dd40ee03b3e0c184dba;hb=9424afc6c1f518c301bf87a23c047d1873435d05;hp=330528528d67808d8ec94da33f59f201c3e51448;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/modules/system/src/Plugin/Block/SystemBrandingBlock.php b/web/core/modules/system/src/Plugin/Block/SystemBrandingBlock.php index 330528528..fdb869a42 100644 --- a/web/core/modules/system/src/Plugin/Block/SystemBrandingBlock.php +++ b/web/core/modules/system/src/Plugin/Block/SystemBrandingBlock.php @@ -15,7 +15,10 @@ use Symfony\Component\DependencyInjection\ContainerInterface; * * @Block( * id = "system_branding_block", - * admin_label = @Translation("Site branding") + * admin_label = @Translation("Site branding"), + * forms = { + * "settings_tray" = "Drupal\system\Form\SystemBrandingOffCanvasForm", + * }, * ) */ class SystemBrandingBlock extends BlockBase implements ContainerFactoryPluginInterface {