Add Drupal 10 compatibility for geo custom module and theme
This commit is contained in:
parent
d18e4cb8d5
commit
141c1b25a4
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
name: "GEO Citations"
|
name: "GEO Citations"
|
||||||
description: "Formatted credit line for Grassroots Economic Organizing collective's original articles."
|
description: "Formatted credit line for Grassroots Economic Organizing collective's original articles."
|
||||||
type: module
|
type: module
|
||||||
core_version_requirement: ^8 || ^9
|
core_version_requirement: ^8 || ^9 || ^10
|
||||||
dependencies:
|
dependencies:
|
||||||
- drutopia_article
|
- drutopia_article
|
||||||
package: Custom
|
package: Custom
|
||||||
|
|
|
@ -3,7 +3,7 @@ description: Customization of Drutopia's Bulma-based Octavia theme for Grassroot
|
||||||
type: theme
|
type: theme
|
||||||
base theme: octavia
|
base theme: octavia
|
||||||
package: Custom
|
package: Custom
|
||||||
core_version_requirement: ^8 || ^9
|
core_version_requirement: ^8 || ^9 || ^10
|
||||||
|
|
||||||
logo: images/geo-logo-sun-road.png
|
logo: images/geo-logo-sun-road.png
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue