aboutsummaryrefslogtreecommitdiffstats
path: root/homepage-settings.yaml
blob: 095b03b239165ee8d24607ba7c050496af834c61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Merge this `layout:` block into Homepage's settings.yaml.
#
# The layout block controls rows. `style: row` + `columns:` puts a group's
# services side by side on one row; without it they stack in a column.
# Listing every group also fixes their order on the page, so groups you
# already have must appear here too, or they fall to the bottom.

layout:
  Consumi:
    style: row
    columns: 1        # single full-width card: the total gets its own row
  Prese:
    style: row
    columns: 5        # the 5 plugs side by side on the row below

  # Your other groups go here too. Any group omitted from this block falls to
  # the bottom of the page, so list them all in the order you want them shown:
  #
  # Nome Gruppo:
  #   style: row
  #   columns: 3