forked from cms/tibi-svelte-starter
Collections für neue Projekte optimiert...work in progress...
This commit is contained in:
@@ -39,31 +39,31 @@ imageFilter:
|
||||
- fit: true
|
||||
height: 90
|
||||
width: 90
|
||||
resampling: lanczos
|
||||
resampling: "lancos"
|
||||
quality: 60
|
||||
s:
|
||||
- fit: true
|
||||
height: 300
|
||||
width: 300
|
||||
resampling: lanczos
|
||||
resampling: "lancos"
|
||||
quality: 60
|
||||
m:
|
||||
- fit: true
|
||||
height: 600
|
||||
width: 600
|
||||
resampling: lanczos
|
||||
resampling: "lancos"
|
||||
quality: 60
|
||||
l:
|
||||
- fit: true
|
||||
height: 1200
|
||||
width: 1200
|
||||
resampling: lanczos
|
||||
resampling: "lancos"
|
||||
quality: 60
|
||||
xl:
|
||||
- fit: true
|
||||
height: 2000
|
||||
width: 2000
|
||||
resampling: lanczos
|
||||
resampling: "lancos"
|
||||
quality: 60
|
||||
|
||||
permissions:
|
||||
@@ -88,7 +88,7 @@ permissions:
|
||||
delete: false
|
||||
|
||||
fields:
|
||||
- name: generalInformationTabs
|
||||
- name: generalInformation
|
||||
type: tabs
|
||||
meta:
|
||||
label:
|
||||
@@ -96,7 +96,7 @@ fields:
|
||||
en: General Information
|
||||
activeTab: 0
|
||||
subFields:
|
||||
- name: generalInformationTab
|
||||
- name: types
|
||||
type: object
|
||||
meta:
|
||||
label:
|
||||
@@ -113,12 +113,12 @@ fields:
|
||||
helperText:
|
||||
de: "Alle allgemeinen Informationen werden auf der Seite angezeigt."
|
||||
en: "All general information are displayed on the page."
|
||||
- name: metaInformationTab
|
||||
- name: meta
|
||||
type: object
|
||||
meta:
|
||||
label:
|
||||
de: Meta / SEO
|
||||
en: Meta / SEO
|
||||
de: Meta
|
||||
en: Meta
|
||||
css:
|
||||
subFields:
|
||||
- name: metaTitle
|
||||
@@ -136,8 +136,6 @@ fields:
|
||||
label:
|
||||
de: Robots
|
||||
en: Robots
|
||||
inputProps:
|
||||
placeholder: "nofollow"
|
||||
defaultValue: []
|
||||
autocomplete: true
|
||||
choices:
|
||||
@@ -161,7 +159,7 @@ fields:
|
||||
helperText:
|
||||
de: "Beispiel: Stichwort1, Stichwort2, Stichwort3"
|
||||
en: "Example: keyword1, keyword2, keyword3"
|
||||
- name: personalInformationTab
|
||||
- name: person
|
||||
type: object
|
||||
meta:
|
||||
label:
|
||||
@@ -201,7 +199,7 @@ fields:
|
||||
type: string
|
||||
meta:
|
||||
label: { de: "E-Mail", en: "E-Mail" }
|
||||
- name: companyInformationTab
|
||||
- name: company
|
||||
type: object
|
||||
meta:
|
||||
label:
|
||||
@@ -253,7 +251,7 @@ fields:
|
||||
type: string
|
||||
meta:
|
||||
label: { de: "E-Mail", en: "E-Mail" }
|
||||
- name: mediaInformationTab
|
||||
- name: media
|
||||
type: object
|
||||
meta:
|
||||
label:
|
||||
@@ -268,7 +266,7 @@ fields:
|
||||
helperText:
|
||||
de: "Ein Favicon ist ein kleines Icon, Symbol oder Logo, das von Webbrowsern verwendet wird, um eine Website auf wiedererkennbare Weise zu kennzeichnen."
|
||||
en: "A favicon is a small icon, symbol, or logo used by web browsers to identify a website in a recognizable way."
|
||||
- name: favicon
|
||||
- name: brand
|
||||
type: file
|
||||
meta:
|
||||
label: { de: "Logo / Brand", en: "Logo / Brand" }
|
||||
@@ -284,6 +282,10 @@ fields:
|
||||
type: string
|
||||
meta:
|
||||
label: { de: "Datei-Titel", en: "File Title" }
|
||||
- name: alternateText
|
||||
type: string
|
||||
meta:
|
||||
label: { de: "Alternativer Text", en: "Alternate Text" }
|
||||
- name: id
|
||||
type: string
|
||||
meta:
|
||||
@@ -292,7 +294,7 @@ fields:
|
||||
type: file
|
||||
meta:
|
||||
label: { de: "", en: "" }
|
||||
- name: copyrightInformationTab
|
||||
- name: copyright
|
||||
type: object
|
||||
meta:
|
||||
label:
|
||||
@@ -300,7 +302,7 @@ fields:
|
||||
en: Copyright
|
||||
css:
|
||||
subFields:
|
||||
- name: copyright
|
||||
- name: copyrightText
|
||||
type: string
|
||||
meta:
|
||||
label: { de: "Copyright Text", en: "Copyright Text" }
|
||||
|
||||
Reference in New Issue
Block a user