From a39e72b96fbd9ddba4c008bbf5b4e2211e0e433c Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 24 Oct 2024 13:00:00 +0100 Subject: [PATCH] Ensure the site is installable from existing ...configuration --- config/sync/core.extension.yml | 4 ++-- web/modules/custom/talks/opdavies_talks.info.yml | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/config/sync/core.extension.yml b/config/sync/core.extension.yml index 0181af7..d4a6b7b 100644 --- a/config/sync/core.extension.yml +++ b/config/sync/core.extension.yml @@ -67,9 +67,9 @@ module: pathauto: 1 views: 10 paragraphs: 11 - standard: 1000 + minimal: 1000 theme: claro: 0 stable9: 0 opdavies: 0 -profile: standard +profile: minimal diff --git a/web/modules/custom/talks/opdavies_talks.info.yml b/web/modules/custom/talks/opdavies_talks.info.yml index af2dfd6..a0c0200 100644 --- a/web/modules/custom/talks/opdavies_talks.info.yml +++ b/web/modules/custom/talks/opdavies_talks.info.yml @@ -3,3 +3,5 @@ description: Custom code for talks pages. type: module core_version_requirement: ^10 package: Custom +dependencies: + - hook_event_dispatcher:core_event_dispatcher