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
|
name: general
|
||||||
uploadPath: ../media/general
|
uploadPath: ../media/general
|
||||||
meta:
|
meta:
|
||||||
|
singleton: true
|
||||||
# Navigationseintrag in der Admin-UI
|
# Navigationseintrag in der Admin-UI
|
||||||
label: { de: "Allgemeine Informationen", en: "General Information" }
|
label: { de: "Allgemeine Informationen", en: "General Information" }
|
||||||
# Icon (Material UI) für den Navigationseintrag
|
# Icon (Material UI) für den Navigationseintrag
|
||||||
@ -39,14 +40,12 @@ meta:
|
|||||||
subFields:
|
subFields:
|
||||||
- source: public
|
- source: public
|
||||||
- source: meta.metaDescription
|
- source: meta.metaDescription
|
||||||
|
|
||||||
- name: meta
|
- name: meta
|
||||||
meta:
|
meta:
|
||||||
label: { de: "Meta", en: "Meta" }
|
label: { de: "Meta", en: "Meta" }
|
||||||
source: meta
|
source: meta
|
||||||
subFields:
|
subFields:
|
||||||
- source: meta
|
- source: meta
|
||||||
|
|
||||||
- name: person
|
- name: person
|
||||||
meta:
|
meta:
|
||||||
label: { de: "Person", en: "Person" }
|
label: { de: "Person", en: "Person" }
|
||||||
@ -73,31 +72,31 @@ imageFilter:
|
|||||||
- fit: true
|
- fit: true
|
||||||
height: 90
|
height: 90
|
||||||
width: 90
|
width: 90
|
||||||
resampling: "lancos"
|
resampling: "lanczos"
|
||||||
quality: 60
|
quality: 60
|
||||||
s:
|
s:
|
||||||
- fit: true
|
- fit: true
|
||||||
height: 300
|
height: 300
|
||||||
width: 300
|
width: 300
|
||||||
resampling: "lancos"
|
resampling: "lanczos"
|
||||||
quality: 60
|
quality: 60
|
||||||
m:
|
m:
|
||||||
- fit: true
|
- fit: true
|
||||||
height: 600
|
height: 600
|
||||||
width: 600
|
width: 600
|
||||||
resampling: "lancos"
|
resampling: "lanczos"
|
||||||
quality: 60
|
quality: 60
|
||||||
l:
|
l:
|
||||||
- fit: true
|
- fit: true
|
||||||
height: 1200
|
height: 1200
|
||||||
width: 1200
|
width: 1200
|
||||||
resampling: "lancos"
|
resampling: "lanczos"
|
||||||
quality: 60
|
quality: 60
|
||||||
xl:
|
xl:
|
||||||
- fit: true
|
- fit: true
|
||||||
height: 2000
|
height: 2000
|
||||||
width: 2000
|
width: 2000
|
||||||
resampling: "lancos"
|
resampling: "lanczos"
|
||||||
quality: 60
|
quality: 60
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
|
Loading…
Reference in New Issue
Block a user