From 2ca4026e58ac05a116a4655554c38bc1bdc4c988 Mon Sep 17 00:00:00 2001 From: Mark Conroy Date: Mon, 6 Oct 2025 10:11:06 +0100 Subject: [PATCH] adds Microsites Base to themes array --- src/Service/DefaultBlockInstaller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Service/DefaultBlockInstaller.php b/src/Service/DefaultBlockInstaller.php index b1f1069..46a1d8b 100644 --- a/src/Service/DefaultBlockInstaller.php +++ b/src/Service/DefaultBlockInstaller.php @@ -60,7 +60,7 @@ protected function blockDefinitions(string $module): array { */ protected function targetThemes(): array { - $themes = ['localgov_base', 'localgov_scarfolk']; + $themes = ['localgov_base', 'localgov_scarfolk', 'localgov_microsites_base']; $activeTheme = $this->getActiveThemeName(); if ($activeTheme && !in_array($activeTheme, $themes, TRUE)) {