remove language for the moment until better support available in pagescms

This commit is contained in:
Michi 2025-04-06 11:28:42 +02:00
parent 74a47ad0cc
commit f55bbc2cff

View file

@ -79,57 +79,6 @@ content:
label: Umami Website ID label: Umami Website ID
type: string type: string
- name: languages.languages.de
label: Parameters (de)
type: object
fields:
- name: contentDir
label: Content directory
description: The directory where the content of the choosen language is stored
type: string
required: true
- name: languageName
label: Friendly name
type: string
required: true
- name: languageCode
label: Language Code
description: Eg. de-CH, en-CH
type: string
required: true
- name: weight
label: Weight
type: number
required: true
options:
min: 0
- name: languages.languages.de.params
label: Metadata
type: object
fields:
- name: title
label: Page title
type: string
required: true
- name: description
label: Description
type: string
required: true
- name: metadataCard
label: Profile card for social sharing
type: image
required: false
options:
path: assets/metadata
extensions: [jpg, png]
- name: keywords
label: Keywords
type: string
list: true
required: false
- name: socialmedia - name: socialmedia
label: Social Media label: Social Media
type: file type: file