From 1f8c0e7f6a2dd303f003d6e590b96083d7dfa7fb Mon Sep 17 00:00:00 2001 From: Joe Stewart Date: Tue, 15 Nov 2022 08:43:45 -0500 Subject: [PATCH 1/2] Add Drupal 10 compatibility --- generators/app/templates/_theme_name.info.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generators/app/templates/_theme_name.info.yml b/generators/app/templates/_theme_name.info.yml index af4901b..94abc75 100644 --- a/generators/app/templates/_theme_name.info.yml +++ b/generators/app/templates/_theme_name.info.yml @@ -13,7 +13,7 @@ name: <%= themeName %> type: theme description: <%= themeDesc %> package: Other -core_version_requirement: ^8 || ^9 +core_version_requirement: ^8 || ^9 || ^10 # Classy vs. Stable as a base theme: https://www.lullabot.com/articles/a-tale-of-two-base-themes-in-drupal-8-core base theme: <%= baseTheme %> From 999551b4c6762a3787b5228da1bc663044ffb5d1 Mon Sep 17 00:00:00 2001 From: Joe Stewart Date: Wed, 16 Nov 2022 14:50:43 -0500 Subject: [PATCH 2/2] Drupal 8 not needed in this generator --- generators/app/templates/_theme_name.info.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generators/app/templates/_theme_name.info.yml b/generators/app/templates/_theme_name.info.yml index 94abc75..c6cc61c 100644 --- a/generators/app/templates/_theme_name.info.yml +++ b/generators/app/templates/_theme_name.info.yml @@ -13,7 +13,7 @@ name: <%= themeName %> type: theme description: <%= themeDesc %> package: Other -core_version_requirement: ^8 || ^9 || ^10 +core_version_requirement: ^9 || ^10 # Classy vs. Stable as a base theme: https://www.lullabot.com/articles/a-tale-of-two-base-themes-in-drupal-8-core base theme: <%= baseTheme %>