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" ], 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