Beispiel Collection der Media-Library committet.

This commit is contained in:
Mario Linz 2022-05-02 10:39:13 +02:00
parent c1894528b7
commit eedb794251
2 changed files with 28 additions and 14 deletions

Binary file not shown.

View File

@ -19,21 +19,36 @@ meta:
# Admin-Backend Ansichten
defaultImageFilter: s
views:
- type: mediaLibrary
mediaQuery: "(min-width:0px)"
- type: simpleList
mediaQuery: "(max-width:479px)"
columns:
- file
- title
list:
columns:
- file
- title
tile:
width: 200px
height: auto
grid:
- { source: file }
- { source: title, width: 50%, label: "Titel" }
- source: title
filter: true
- source: tags
filter: true
- source: tags2
filter: true
- type: mediaLibrary
mediaQuery: "(min-width:480px)"
columns:
- file
- source: title
filter: true
- source: tags
filter: true
- source: tags2
filter: true
# list:
# columns:
# - file
# - title
# tile:
# width: 200px
# height: auto
# grid:
# - { source: file }
# - { source: title, width: 50%, label: "Titel" }
imageFilter:
xs:
@ -94,7 +109,6 @@ fields:
type: string
meta:
label: { de: "Titel des Dokuments/Bild", en: "Document/Image Title" }
filter: true
- name: tags
type: string[]
meta: