Beispiel Collection der Media-Library committet.
This commit is contained in:
parent
c1894528b7
commit
eedb794251
Binary file not shown.
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user