forked from cms/tibi-svelte-starter
Neue -tablist- Property für Collectons.
This commit is contained in:
parent
de7ddc1097
commit
a2bd10453b
@ -5,6 +5,7 @@
|
||||
name: general
|
||||
uploadPath: ../media/general
|
||||
meta:
|
||||
singleton: true
|
||||
# Navigationseintrag in der Admin-UI
|
||||
label: { de: "Allgemeine Informationen", en: "General Information" }
|
||||
# Icon (Material UI) für den Navigationseintrag
|
||||
@ -39,14 +40,12 @@ meta:
|
||||
subFields:
|
||||
- source: public
|
||||
- source: meta.metaDescription
|
||||
|
||||
- name: meta
|
||||
meta:
|
||||
label: { de: "Meta", en: "Meta" }
|
||||
source: meta
|
||||
subFields:
|
||||
- source: meta
|
||||
|
||||
- name: person
|
||||
meta:
|
||||
label: { de: "Person", en: "Person" }
|
||||
@ -73,31 +72,31 @@ imageFilter:
|
||||
- fit: true
|
||||
height: 90
|
||||
width: 90
|
||||
resampling: "lancos"
|
||||
resampling: "lanczos"
|
||||
quality: 60
|
||||
s:
|
||||
- fit: true
|
||||
height: 300
|
||||
width: 300
|
||||
resampling: "lancos"
|
||||
resampling: "lanczos"
|
||||
quality: 60
|
||||
m:
|
||||
- fit: true
|
||||
height: 600
|
||||
width: 600
|
||||
resampling: "lancos"
|
||||
resampling: "lanczos"
|
||||
quality: 60
|
||||
l:
|
||||
- fit: true
|
||||
height: 1200
|
||||
width: 1200
|
||||
resampling: "lancos"
|
||||
resampling: "lanczos"
|
||||
quality: 60
|
||||
xl:
|
||||
- fit: true
|
||||
height: 2000
|
||||
width: 2000
|
||||
resampling: "lancos"
|
||||
resampling: "lanczos"
|
||||
quality: 60
|
||||
|
||||
permissions:
|
||||
|
Loading…
Reference in New Issue
Block a user