From 9a6695c12faa46c30e8458ac43f65d3410a3a6a8 Mon Sep 17 00:00:00 2001 From: Paul Pound Date: Wed, 6 Mar 2024 14:21:04 -0400 Subject: [PATCH 1/2] update info yml file for d10 support --- lmmi_journal.info.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lmmi_journal.info.yml b/lmmi_journal.info.yml index da80777..4074669 100644 --- a/lmmi_journal.info.yml +++ b/lmmi_journal.info.yml @@ -1,8 +1,7 @@ name: LMMI Journal type: theme description: Subtheme of Magazine Plus -core: 8.x -core_version_requirement: ^8 || ^9 +core_version_requirement: ^8 || ^9 || ^10 # Defines the base theme base theme: magazineplus # Defines libraries group in which we can add css/js. @@ -11,7 +10,7 @@ libraries: - lmmi_journal/global-scripts - lmmi_journal/fonts -stylesheets-remove: +stylesheets-remove: - core/themes/stable/css/views/views.module.css - themes/custom/magazineplus_lmmi_journal/css/base/elements.css - core/assets/vendor/jquery.ui/themes/base/theme.css From 4d6cf2c18fd32a6fd8602fbb5ae1729f47061105 Mon Sep 17 00:00:00 2001 From: Paul Pound Date: Thu, 14 Mar 2024 11:02:37 -0300 Subject: [PATCH 2/2] changed type to drupal custom theme so updates are put in the same directory --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index dac2dc9..1b11777 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "roblib/lmmi_journal_theme", "description": "Journal of LM Montgomery Studies theme, sub-theme of MagazinePlus", - "type": "drupal-theme", + "type": "drupal-custom-theme", "keywords": [ "Drupal" ],