3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00

Install all blocks to Claro theme by default.

This commit is contained in:
Michael Stenta 2021-09-06 10:19:10 -04:00
parent e4c35aca19
commit 453063f64b
3 changed files with 6 additions and 6 deletions

View file

@ -4,9 +4,9 @@ dependencies:
module: module:
- farm_ui_metrics - farm_ui_metrics
theme: theme:
- gin - claro
id: farm_metrics id: farm_metrics
theme: gin theme: claro
region: content region: content
weight: 0 weight: 0
provider: null provider: null

View file

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

View file

@ -7,9 +7,9 @@ dependencies:
module: module:
- user - user
theme: theme:
- gin - claro
id: userlogin id: userlogin
theme: gin theme: claro
region: content region: content
weight: 0 weight: 0
provider: null provider: null