I’ve got a “layout” page with a row with two columns. I would like to have both columns have the same height. But on the laptop, the columns Verbruik
are higher than the columns Schakelaar
:
On the Android app, it’s the opposite:
Logically, I would think some kind of max(automatedheightcol1, automatedheightcol2)
function would be a solution, but I have no idea what its syntax would be, where to put it, and where I could get the parameters from…
This is the code:
config:
icon: fiets
label: Fietsenladers tuinhuis
order: 6
sidebar: true
visibleTo:
- role:administrator
blocks:
- component: oh-block
config:
title: Lader fiets CLN
slots:
default:
- component: oh-grid-row
config: {}
slots:
default:
- component: oh-grid-col
config: {}
slots:
default:
- component: oh-toggle-card
config:
item: Lader_fiets_CLN_Power
title: Schakelaar
- component: oh-grid-col
config: {}
slots:
default:
- component: oh-label-card
config:
item: Lader_fiets_CLN_verbruik
title: Verbruik
- component: oh-block
config:
title: Lader fiets DBE
slots:
default:
- component: oh-grid-row
config: {}
slots:
default:
- component: oh-grid-col
config: {}
slots:
default:
- component: oh-toggle-card
config:
item: Lader_fiets_DBE_Power
title: Schakelaar
- component: oh-grid-col
config: {}
slots:
default:
- component: oh-label-card
config:
item: Lader_fiets_DBE_verbruik
title: Verbruik
masonry: []
grid: []
canvas: []
Thanks to anyone who can shed some light on the YAML world (which I don’t find as “easy” as advertised :)).