diff --git a/core/lib/Drupal/Core/Entity/EntityForm.php b/core/lib/Drupal/Core/Entity/EntityForm.php index b90d1d209d..16a72bc33a 100644 --- a/core/lib/Drupal/Core/Entity/EntityForm.php +++ b/core/lib/Drupal/Core/Entity/EntityForm.php @@ -2,6 +2,7 @@ namespace Drupal\Core\Entity; +use Drupal\Core\Entity\Exception\UndefinedLinkTemplateException; use Drupal\Core\Form\FormBase; use Drupal\Core\Extension\ModuleHandlerInterface; use Drupal\Core\Form\FormStateInterface; diff --git a/core/profiles/demo_umami/config/install/block.block.umami_branding.yml b/core/profiles/demo_umami/config/install/block.block.umami_branding.yml index bbff87e627..9414ee7f16 100644 --- a/core/profiles/demo_umami/config/install/block.block.umami_branding.yml +++ b/core/profiles/demo_umami/config/install/block.block.umami_branding.yml @@ -17,6 +17,6 @@ settings: provider: system label_display: '0' use_site_logo: true - use_site_name: true + use_site_name: false use_site_slogan: true visibility: { }