fix: minor panel layout improvements
This commit is contained in:
parent
a969135e0d
commit
e167e4ab98
2 changed files with 7 additions and 1 deletions
|
@ -22,12 +22,15 @@ columns:
|
||||||
tags:
|
tags:
|
||||||
label: Tags
|
label: Tags
|
||||||
type: tags
|
type: tags
|
||||||
|
width: 1/2
|
||||||
date:
|
date:
|
||||||
label: Date
|
label: Date
|
||||||
type: date
|
type: date
|
||||||
|
width: 1/2
|
||||||
text:
|
text:
|
||||||
label: Text
|
label: Text
|
||||||
type: textarea
|
type: textarea
|
||||||
|
size: large
|
||||||
- width: 1/3
|
- width: 1/3
|
||||||
sections:
|
sections:
|
||||||
files:
|
files:
|
||||||
|
|
|
@ -18,4 +18,7 @@ columns:
|
||||||
files:
|
files:
|
||||||
headline: Files
|
headline: Files
|
||||||
type: files
|
type: files
|
||||||
layout: cards
|
layout: list
|
||||||
|
info: "{{ file.dimensions }}"
|
||||||
|
image:
|
||||||
|
back: black
|
||||||
|
|
Loading…
Reference in a new issue