forked from cms/tibi-svelte-starter
Beispiel Collection der Media-Library committet.
This commit is contained in:
Binary file not shown.
@@ -19,21 +19,36 @@ meta:
|
|||||||
# Admin-Backend Ansichten
|
# Admin-Backend Ansichten
|
||||||
defaultImageFilter: s
|
defaultImageFilter: s
|
||||||
views:
|
views:
|
||||||
|
- type: simpleList
|
||||||
|
mediaQuery: "(max-width:479px)"
|
||||||
|
columns:
|
||||||
|
- file
|
||||||
|
- source: title
|
||||||
|
filter: true
|
||||||
|
- source: tags
|
||||||
|
filter: true
|
||||||
|
- source: tags2
|
||||||
|
filter: true
|
||||||
- type: mediaLibrary
|
- type: mediaLibrary
|
||||||
mediaQuery: "(min-width:0px)"
|
mediaQuery: "(min-width:480px)"
|
||||||
columns:
|
columns:
|
||||||
- file
|
- file
|
||||||
- title
|
- source: title
|
||||||
list:
|
filter: true
|
||||||
columns:
|
- source: tags
|
||||||
- file
|
filter: true
|
||||||
- title
|
- source: tags2
|
||||||
tile:
|
filter: true
|
||||||
width: 200px
|
# list:
|
||||||
height: auto
|
# columns:
|
||||||
grid:
|
# - file
|
||||||
- { source: file }
|
# - title
|
||||||
- { source: title, width: 50%, label: "Titel" }
|
# tile:
|
||||||
|
# width: 200px
|
||||||
|
# height: auto
|
||||||
|
# grid:
|
||||||
|
# - { source: file }
|
||||||
|
# - { source: title, width: 50%, label: "Titel" }
|
||||||
|
|
||||||
imageFilter:
|
imageFilter:
|
||||||
xs:
|
xs:
|
||||||
@@ -94,7 +109,6 @@ fields:
|
|||||||
type: string
|
type: string
|
||||||
meta:
|
meta:
|
||||||
label: { de: "Titel des Dokuments/Bild", en: "Document/Image Title" }
|
label: { de: "Titel des Dokuments/Bild", en: "Document/Image Title" }
|
||||||
filter: true
|
|
||||||
- name: tags
|
- name: tags
|
||||||
type: string[]
|
type: string[]
|
||||||
meta:
|
meta:
|
||||||
|
|||||||
Reference in New Issue
Block a user