diff --git a/composer.json b/composer.json index a62d6d03..ffd07e5e 100644 --- a/composer.json +++ b/composer.json @@ -24,6 +24,7 @@ "drupal/date_popup": "^1.1", "drupal/entity_reference_validators": "^1.0@alpha", "drupal/geofield": "^1.15", + "drupal/gin": "^3.0@alpha", "drupal/jsonapi_extras": "^3.15", "drupal/jsonapi_schema": "^1.0@beta", "drupal/log": "2.x-dev", diff --git a/config/install/block.block.farm_powered.yml b/config/install/block.block.farm_powered.yml index 56ea73f6..bf9546cc 100644 --- a/config/install/block.block.farm_powered.yml +++ b/config/install/block.block.farm_powered.yml @@ -4,9 +4,9 @@ dependencies: module: - farm theme: - - claro + - gin id: farm_powered -theme: claro +theme: gin region: content weight: 1000 provider: null diff --git a/config/install/system.theme.yml b/config/install/system.theme.yml index 94b61f8d..dada1333 100644 --- a/config/install/system.theme.yml +++ b/config/install/system.theme.yml @@ -1,2 +1,2 @@ admin: '' -default: claro +default: gin diff --git a/farm.info.yml b/farm.info.yml index 31de38ad..03cea237 100644 --- a/farm.info.yml +++ b/farm.info.yml @@ -22,4 +22,4 @@ install: - dblog - farm_settings themes: - - claro + - gin