generated from cms/tibi-docs
This commit is contained in:
parent
61af2e2c8e
commit
5504c5595a
@ -45,6 +45,17 @@ subFields:
|
||||
label: Hintergrundbild
|
||||
helperText: "Dieses Bild wird als Hintergrundbild der Zeile angezeigt."
|
||||
|
||||
- name: noBottomMargin
|
||||
type: boolean
|
||||
meta:
|
||||
label: Kein unterer Abstand
|
||||
helperText: "Ist dies aktiviert, so wird kein Abstand unter der Zeile angezeigt."
|
||||
- name: noTopMargin
|
||||
type: boolean
|
||||
meta:
|
||||
label: Kein oberer Abstand
|
||||
helperText: "Ist dies aktiviert, so wird kein Abstand über der Zeile angezeigt."
|
||||
|
||||
- name: flexWrapNormal
|
||||
type: boolean
|
||||
meta:
|
||||
|
@ -48,6 +48,8 @@
|
||||
<div
|
||||
class="row"
|
||||
id="row-{i}"
|
||||
style="{row.noBottomMargin ? "margin-bottom: 0px;" : "" } {row.noTopMargin ? "margin-top: 0px;" : "" }"
|
||||
|
||||
style="{path == '/' && i == page.rows.length - 1 ? 'padding-bottom: 300px;' : ''}"
|
||||
>
|
||||
{#if row.row.backgroundImage}
|
||||
|
Loading…
Reference in New Issue
Block a user