Add Gin theme and make it farmOS default.

This commit is contained in:
Michael Stenta 2020-11-28 00:10:54 -05:00
parent 228d2e6dbb
commit 53e84b31b9
4 changed files with 5 additions and 4 deletions

View File

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

View File

@ -4,9 +4,9 @@ dependencies:
module:
- farm
theme:
- claro
- gin
id: farm_powered
theme: claro
theme: gin
region: content
weight: 1000
provider: null

View File

@ -1,2 +1,2 @@
admin: ''
default: claro
default: gin

View File

@ -22,4 +22,4 @@ install:
- dblog
- farm_settings
themes:
- claro
- gin