This commit is contained in:
2023-06-10 12:52:41 +00:00
parent 8e552de79c
commit 82e9ad13d9
6 changed files with 58 additions and 12 deletions

View File

@@ -23,8 +23,18 @@ meta:
# verwendet.
views:
- type: simpleList
mediaQuery: "(max-width: 767px)"
mediaQuery: "(min-width: 0px)"
selectionPriority: 3 #gibt an, wenn mediaQuery passt, mit welcher priorität es default mäßig ausgewählt sein soll, je niedriger, desto wichtiger
primaryText: path
fileDropArea:
label:
{
de: "Ziehen Sie Dateien per Drag and Drop hierher oder klicken Sie, um Dateien auszuwählen.",
en: "Drag and drop some files here, or click to upload.",
}
helperText: { de: "Maximale Uploadgröße: 1,54 MB", en: "Maximum upload size: 1.54MB" }
targetField: file
pageAsDropArea: true
columns:
- source: file
- source: updateTime
@@ -35,7 +45,17 @@ meta:
- source: description
filter: true
- type: table
mediaQuery: "(min-width: 768px) and (max-width: 1199px)"
mediaQuery: "(min-width: 768px)"
selectionPriority: 2
fileDropArea:
label:
{
de: "Ziehen Sie Dateien per Drag and Drop hierher oder klicken Sie, um Dateien auszuwählen.",
en: "Drag and drop some files here, or click to upload.",
}
helperText: { de: "Maximale Uploadgröße: 1,54 MB", en: "Maximum upload size: 1.54MB" }
targetField: file
pageAsDropArea: true
columns:
- source: file
- source: updateTime
@@ -48,6 +68,7 @@ meta:
- type: cardList
mediaQuery: "(min-width: 1200px)"
selectionPriority: 1
fileDropArea:
label:
{