diff options
Diffstat (limited to 'homepage-settings.yaml')
| -rw-r--r-- | homepage-settings.yaml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/homepage-settings.yaml b/homepage-settings.yaml new file mode 100644 index 0000000..095b03b --- /dev/null +++ b/homepage-settings.yaml @@ -0,0 +1,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 |
