128 lines
3.5 KiB
YAML
128 lines
3.5 KiB
YAML
categories:
|
|
VITEC:
|
|
label: 'VITEC Settings'
|
|
description: 'Settings for VITEC Stuff'
|
|
seo:
|
|
label: 'SEO Settings'
|
|
description: 'SEO related settings'
|
|
menu:
|
|
label: 'Menu / Navigation'
|
|
description: 'Footer & meta menu page selection'
|
|
|
|
settings:
|
|
my.vitec.setting:
|
|
label: 'My example setting'
|
|
category: VITEC
|
|
type: string
|
|
default: ''
|
|
|
|
my.seoRelevantSetting:
|
|
label: 'My SEO relevant setting'
|
|
category: seo
|
|
type: int
|
|
default: 5
|
|
|
|
vitec.debugMode:
|
|
label: 'Enable Debug Mode'
|
|
description: 'Enable debug mode for VITEC extensions'
|
|
category: VITEC
|
|
type: bool
|
|
default: false
|
|
|
|
menu.footer.pageUids:
|
|
label: 'Footer menu — page UIDs'
|
|
description: 'Comma-separated list of page UIDs to display in the footer menu (in order).'
|
|
category: menu
|
|
type: string
|
|
default: ''
|
|
|
|
menu.meta.pageUids:
|
|
label: 'Meta menu — page UIDs'
|
|
description: 'Comma-separated list of page UIDs to display in the meta menu (e.g. Imprint, Privacy).'
|
|
category: menu
|
|
type: string
|
|
default: ''
|
|
|
|
# ---------------------------------------------------------------------------
|
|
# Structured data / schema.org (consumed by StructuredDataService)
|
|
# ---------------------------------------------------------------------------
|
|
seo.site.canonicalBase:
|
|
label: 'Canonical base URL'
|
|
description: 'Absolute public base URL of the live site WITHOUT trailing slash, e.g. https://www.vitec.com. Used to build absolute URLs in JSON-LD. Falls back to the request host if empty.'
|
|
category: seo
|
|
type: string
|
|
default: ''
|
|
|
|
seo.site.name:
|
|
label: 'Website name (schema.org WebSite)'
|
|
description: 'Display name for the schema.org WebSite node on the home page. Falls back to the organization name if empty.'
|
|
category: seo
|
|
type: string
|
|
default: ''
|
|
|
|
seo.organization.name:
|
|
label: 'Organization name'
|
|
description: 'Public organization name for schema.org/Organization. Leave empty to disable Organization output entirely.'
|
|
category: seo
|
|
type: string
|
|
default: ''
|
|
|
|
seo.organization.legalName:
|
|
label: 'Organization legal name'
|
|
description: 'Full legal entity name, e.g. "VITEC GmbH".'
|
|
category: seo
|
|
type: string
|
|
default: ''
|
|
|
|
seo.organization.logoUrl:
|
|
label: 'Organization logo URL'
|
|
description: 'URL of the organization logo (absolute, or root-relative — will be made absolute). Recommended for Google.'
|
|
category: seo
|
|
type: string
|
|
default: ''
|
|
|
|
seo.organization.sameAs:
|
|
label: 'Social / sameAs URLs'
|
|
description: 'Comma- or newline-separated list of official profile URLs (LinkedIn, YouTube, X, …) for schema.org sameAs.'
|
|
category: seo
|
|
type: string
|
|
default: ''
|
|
|
|
seo.organization.email:
|
|
label: 'Contact email'
|
|
category: seo
|
|
type: string
|
|
default: ''
|
|
|
|
seo.organization.phone:
|
|
label: 'Contact phone'
|
|
description: 'International format, e.g. +49 89 1234567.'
|
|
category: seo
|
|
type: string
|
|
default: ''
|
|
|
|
seo.organization.street:
|
|
label: 'Address — street'
|
|
category: seo
|
|
type: string
|
|
default: ''
|
|
|
|
seo.organization.postalCode:
|
|
label: 'Address — postal code'
|
|
category: seo
|
|
type: string
|
|
default: ''
|
|
|
|
seo.organization.locality:
|
|
label: 'Address — city'
|
|
category: seo
|
|
type: string
|
|
default: ''
|
|
|
|
seo.organization.country:
|
|
label: 'Address — country (ISO 3166-1 alpha-2)'
|
|
description: 'Two-letter country code, e.g. DE.'
|
|
category: seo
|
|
type: string
|
|
default: ''
|