translations & restructuring
This commit is contained in:
parent
5caeae2338
commit
1943224f33
23 changed files with 370 additions and 330 deletions
32
package-lock.json
generated
32
package-lock.json
generated
|
@ -9,7 +9,6 @@
|
|||
"version": "0.1.0",
|
||||
"dependencies": {
|
||||
"@offset-dev/strapi-calendar": "^1.0.0-beta.1",
|
||||
"@strapi/plugin-cloud": "5.1.1",
|
||||
"@strapi/plugin-color-picker": "^5.1.1",
|
||||
"@strapi/plugin-documentation": "^5.1.1",
|
||||
"@strapi/plugin-graphql": "^5.1.1",
|
||||
|
@ -4920,27 +4919,6 @@
|
|||
"npm": ">=6.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@strapi/plugin-cloud": {
|
||||
"version": "5.1.1",
|
||||
"resolved": "https://registry.npmjs.org/@strapi/plugin-cloud/-/plugin-cloud-5.1.1.tgz",
|
||||
"integrity": "sha512-HKpqRxZgY7Za7m3ZhbMov2dqeQp9MJHq5p07KVXQB5cr5j4P8q6AbEWlgn0jK/7ktTlTccx29ocBLmN80wvI4Q==",
|
||||
"dependencies": {
|
||||
"@strapi/design-system": "2.0.0-rc.11",
|
||||
"@strapi/icons": "2.0.0-rc.11",
|
||||
"react-intl": "6.6.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0 <=22.x.x",
|
||||
"npm": ">=6.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@strapi/strapi": "^5.0.0 || ^5.0.0-beta || ^5.0.0-alpha || ^5.0.0-rc",
|
||||
"react": "^17.0.0 || ^18.0.0",
|
||||
"react-dom": "^17.0.0 || ^18.0.0",
|
||||
"react-router-dom": "^6.0.0",
|
||||
"styled-components": "^6.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@strapi/plugin-color-picker": {
|
||||
"version": "5.1.1",
|
||||
"resolved": "https://registry.npmjs.org/@strapi/plugin-color-picker/-/plugin-color-picker-5.1.1.tgz",
|
||||
|
@ -24405,16 +24383,6 @@
|
|||
"sift": "16.0.1"
|
||||
}
|
||||
},
|
||||
"@strapi/plugin-cloud": {
|
||||
"version": "5.1.1",
|
||||
"resolved": "https://registry.npmjs.org/@strapi/plugin-cloud/-/plugin-cloud-5.1.1.tgz",
|
||||
"integrity": "sha512-HKpqRxZgY7Za7m3ZhbMov2dqeQp9MJHq5p07KVXQB5cr5j4P8q6AbEWlgn0jK/7ktTlTccx29ocBLmN80wvI4Q==",
|
||||
"requires": {
|
||||
"@strapi/design-system": "2.0.0-rc.11",
|
||||
"@strapi/icons": "2.0.0-rc.11",
|
||||
"react-intl": "6.6.2"
|
||||
}
|
||||
},
|
||||
"@strapi/plugin-color-picker": {
|
||||
"version": "5.1.1",
|
||||
"resolved": "https://registry.npmjs.org/@strapi/plugin-color-picker/-/plugin-color-picker-5.1.1.tgz",
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@offset-dev/strapi-calendar": "^1.0.0-beta.1",
|
||||
"@strapi/plugin-cloud": "5.1.1",
|
||||
"@strapi/plugin-color-picker": "^5.1.1",
|
||||
"@strapi/plugin-documentation": "^5.1.1",
|
||||
"@strapi/plugin-graphql": "^5.1.1",
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"info": {
|
||||
"singularName": "article",
|
||||
"pluralName": "articles",
|
||||
"displayName": "Articles",
|
||||
"displayName": "Artikel",
|
||||
"description": ""
|
||||
},
|
||||
"options": {
|
||||
|
@ -22,7 +22,8 @@
|
|||
"localized": true
|
||||
}
|
||||
},
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"required": true
|
||||
},
|
||||
"description": {
|
||||
"pluginOptions": {
|
||||
|
@ -30,7 +31,8 @@
|
|||
"localized": true
|
||||
}
|
||||
},
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"required": true
|
||||
},
|
||||
"slug": {
|
||||
"pluginOptions": {
|
||||
|
@ -39,7 +41,8 @@
|
|||
}
|
||||
},
|
||||
"type": "uid",
|
||||
"targetField": "title"
|
||||
"targetField": "title",
|
||||
"required": true
|
||||
},
|
||||
"content": {
|
||||
"pluginOptions": {
|
||||
|
@ -52,7 +55,7 @@
|
|||
"image": {
|
||||
"type": "media",
|
||||
"multiple": false,
|
||||
"required": false,
|
||||
"required": true,
|
||||
"allowedTypes": [
|
||||
"images",
|
||||
"files",
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"info": {
|
||||
"singularName": "event",
|
||||
"pluralName": "events",
|
||||
"displayName": "Events",
|
||||
"displayName": "Termine",
|
||||
"description": ""
|
||||
},
|
||||
"options": {
|
||||
|
@ -22,7 +22,8 @@
|
|||
"localized": true
|
||||
}
|
||||
},
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"required": true
|
||||
},
|
||||
"description": {
|
||||
"pluginOptions": {
|
||||
|
@ -30,7 +31,8 @@
|
|||
"localized": true
|
||||
}
|
||||
},
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"required": true
|
||||
},
|
||||
"slug": {
|
||||
"pluginOptions": {
|
||||
|
@ -39,7 +41,8 @@
|
|||
}
|
||||
},
|
||||
"type": "uid",
|
||||
"targetField": "title"
|
||||
"targetField": "title",
|
||||
"required": true
|
||||
},
|
||||
"date": {
|
||||
"pluginOptions": {
|
||||
|
|
|
@ -24,7 +24,8 @@
|
|||
"localized": true
|
||||
}
|
||||
},
|
||||
"component": "global.navbar"
|
||||
"component": "global.navbar",
|
||||
"required": true
|
||||
},
|
||||
"footer": {
|
||||
"type": "component",
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"info": {
|
||||
"singularName": "homepage",
|
||||
"pluralName": "homepages",
|
||||
"displayName": "Homepage",
|
||||
"displayName": "Startseite",
|
||||
"description": ""
|
||||
},
|
||||
"options": {
|
||||
|
@ -28,7 +28,8 @@
|
|||
"dynamic-zone.full-image",
|
||||
"dynamic-zone.emphasise-article",
|
||||
"dynamic-zone.dual-column-text",
|
||||
"dynamic-zone.column-image-text"
|
||||
"dynamic-zone.column-image-text",
|
||||
"shared.list"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"info": {
|
||||
"singularName": "operation",
|
||||
"pluralName": "operations",
|
||||
"displayName": "Operations",
|
||||
"displayName": "Einsätze",
|
||||
"description": ""
|
||||
},
|
||||
"options": {
|
||||
|
@ -22,7 +22,8 @@
|
|||
"localized": true
|
||||
}
|
||||
},
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"required": true
|
||||
},
|
||||
"description": {
|
||||
"pluginOptions": {
|
||||
|
@ -30,7 +31,8 @@
|
|||
"localized": true
|
||||
}
|
||||
},
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"required": true
|
||||
},
|
||||
"slug": {
|
||||
"pluginOptions": {
|
||||
|
@ -39,15 +41,8 @@
|
|||
}
|
||||
},
|
||||
"type": "uid",
|
||||
"targetField": "title"
|
||||
},
|
||||
"content": {
|
||||
"pluginOptions": {
|
||||
"i18n": {
|
||||
"localized": true
|
||||
}
|
||||
},
|
||||
"type": "blocks"
|
||||
"targetField": "title",
|
||||
"required": true
|
||||
},
|
||||
"attachment": {
|
||||
"type": "media",
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"info": {
|
||||
"singularName": "page",
|
||||
"pluralName": "pages",
|
||||
"displayName": "Pages",
|
||||
"displayName": "Seiten",
|
||||
"description": ""
|
||||
},
|
||||
"options": {
|
||||
|
@ -16,6 +16,16 @@
|
|||
}
|
||||
},
|
||||
"attributes": {
|
||||
"identifier": {
|
||||
"pluginOptions": {
|
||||
"i18n": {
|
||||
"localized": true
|
||||
}
|
||||
},
|
||||
"type": "string",
|
||||
"required": true,
|
||||
"unique": true
|
||||
},
|
||||
"slug": {
|
||||
"pluginOptions": {
|
||||
"i18n": {
|
||||
|
@ -23,10 +33,10 @@
|
|||
}
|
||||
},
|
||||
"type": "uid",
|
||||
"default": "slug",
|
||||
"targetField": "identifier",
|
||||
"required": true
|
||||
},
|
||||
"hero": {
|
||||
"Hero": {
|
||||
"type": "component",
|
||||
"repeatable": false,
|
||||
"pluginOptions": {
|
||||
|
@ -45,13 +55,13 @@
|
|||
},
|
||||
"type": "dynamiczone",
|
||||
"components": [
|
||||
"shared.list",
|
||||
"dynamic-zone.full-text",
|
||||
"dynamic-zone.emphasise-article",
|
||||
"dynamic-zone.full-image",
|
||||
"dynamic-zone.gallery",
|
||||
"dynamic-zone.full-text",
|
||||
"dynamic-zone.full-image",
|
||||
"dynamic-zone.emphasise-article",
|
||||
"dynamic-zone.dual-column-text",
|
||||
"dynamic-zone.column-image-text"
|
||||
"dynamic-zone.column-image-text",
|
||||
"shared.list"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"collectionName": "components_dynamic_zone_column_image_texts",
|
||||
"info": {
|
||||
"displayName": "Column_Image_Text",
|
||||
"displayName": "Text-Bild-Spalte",
|
||||
"icon": "bulletList",
|
||||
"description": ""
|
||||
},
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"collectionName": "components_dynamic_zone_dual_column_texts",
|
||||
"info": {
|
||||
"displayName": "Dual_Column_Text",
|
||||
"displayName": "Text-Text-Spalte",
|
||||
"icon": "stack"
|
||||
},
|
||||
"options": {},
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"collectionName": "components_dynamic_zone_emphasise_articles",
|
||||
"info": {
|
||||
"displayName": "Emphasise_Article",
|
||||
"displayName": "Artikel hervorheben",
|
||||
"icon": "dashboard",
|
||||
"description": ""
|
||||
},
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"collectionName": "components_dynamic_zone_full_images",
|
||||
"info": {
|
||||
"displayName": "Full_Image",
|
||||
"displayName": "Voll-Bild",
|
||||
"icon": "dashboard",
|
||||
"description": ""
|
||||
},
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"collectionName": "components_dynamic_zone_full_texts",
|
||||
"info": {
|
||||
"displayName": "Full_Text",
|
||||
"displayName": "Voll-Text",
|
||||
"icon": "dashboard",
|
||||
"description": ""
|
||||
},
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"collectionName": "components_dynamic_zone_galleries",
|
||||
"info": {
|
||||
"displayName": "Gallery",
|
||||
"displayName": "Galerie",
|
||||
"icon": "apps"
|
||||
},
|
||||
"options": {},
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"collectionName": "components_global_footers",
|
||||
"info": {
|
||||
"displayName": "Footer",
|
||||
"displayName": "Fußzeile",
|
||||
"icon": "apps",
|
||||
"description": ""
|
||||
},
|
||||
|
|
|
@ -1,24 +1,25 @@
|
|||
{
|
||||
"collectionName": "components_global_navbars",
|
||||
"info": {
|
||||
"displayName": "Navbar",
|
||||
"displayName": "Navigationsleiste",
|
||||
"icon": "bold",
|
||||
"description": ""
|
||||
},
|
||||
"options": {},
|
||||
"attributes": {
|
||||
"logo": {
|
||||
"allowedTypes": [
|
||||
"images"
|
||||
],
|
||||
"type": "media",
|
||||
"multiple": false,
|
||||
"required": true
|
||||
"required": true,
|
||||
"allowedTypes": [
|
||||
"images"
|
||||
]
|
||||
},
|
||||
"navbar_items": {
|
||||
"type": "component",
|
||||
"repeatable": true,
|
||||
"component": "items.navbar-items"
|
||||
"component": "items.navbar-items",
|
||||
"required": false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"collectionName": "components_items_left_navbar_items",
|
||||
"info": {
|
||||
"displayName": "Navbar_Items",
|
||||
"displayName": "Navigations-Überpunkt",
|
||||
"icon": "bulletList",
|
||||
"description": ""
|
||||
},
|
||||
|
@ -13,7 +13,7 @@
|
|||
"URL": {
|
||||
"type": "string"
|
||||
},
|
||||
"default_URL": {
|
||||
"default_active_child": {
|
||||
"type": "string"
|
||||
},
|
||||
"page": {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"collectionName": "components_items_navbar_sub_items",
|
||||
"info": {
|
||||
"displayName": "Navbar_Sub_Items",
|
||||
"displayName": "Navigations-Unterpunkt",
|
||||
"icon": "bulletList",
|
||||
"description": ""
|
||||
},
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"collectionName": "components_shared_lists",
|
||||
"info": {
|
||||
"displayName": "list",
|
||||
"displayName": "Inhaltsauswahl",
|
||||
"icon": "apps",
|
||||
"description": ""
|
||||
},
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
"name": "Apache 2.0",
|
||||
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
|
||||
},
|
||||
"x-generation-date": "2024-10-30T13:33:49.587Z"
|
||||
"x-generation-date": "2024-11-01T10:19:23.797Z"
|
||||
},
|
||||
"x-strapi-config": {
|
||||
"plugins": [
|
||||
|
@ -4168,6 +4168,10 @@
|
|||
"properties": {
|
||||
"data": {
|
||||
"required": [
|
||||
"title",
|
||||
"description",
|
||||
"slug",
|
||||
"image",
|
||||
"date"
|
||||
],
|
||||
"type": "object",
|
||||
|
@ -4270,6 +4274,10 @@
|
|||
"Article": {
|
||||
"type": "object",
|
||||
"required": [
|
||||
"title",
|
||||
"description",
|
||||
"slug",
|
||||
"image",
|
||||
"date"
|
||||
],
|
||||
"properties": {
|
||||
|
@ -5421,6 +5429,9 @@
|
|||
"properties": {
|
||||
"data": {
|
||||
"required": [
|
||||
"title",
|
||||
"description",
|
||||
"slug",
|
||||
"date"
|
||||
],
|
||||
"type": "object",
|
||||
|
@ -5497,6 +5508,9 @@
|
|||
"Event": {
|
||||
"type": "object",
|
||||
"required": [
|
||||
"title",
|
||||
"description",
|
||||
"slug",
|
||||
"date"
|
||||
],
|
||||
"properties": {
|
||||
|
@ -5906,6 +5920,9 @@
|
|||
],
|
||||
"properties": {
|
||||
"data": {
|
||||
"required": [
|
||||
"navbar"
|
||||
],
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"navbar": {
|
||||
|
@ -5972,6 +5989,9 @@
|
|||
},
|
||||
"Global": {
|
||||
"type": "object",
|
||||
"required": [
|
||||
"navbar"
|
||||
],
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "number"
|
||||
|
@ -6143,7 +6163,7 @@
|
|||
"URL": {
|
||||
"type": "string"
|
||||
},
|
||||
"default_URL": {
|
||||
"default_active_child": {
|
||||
"type": "string"
|
||||
},
|
||||
"page": {
|
||||
|
@ -6491,7 +6511,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"SharedListComponent": {
|
||||
"DynamicZoneGalleryComponent": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
|
@ -6500,19 +6520,137 @@
|
|||
"__component": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"shared.list"
|
||||
"dynamic-zone.gallery"
|
||||
]
|
||||
},
|
||||
"list": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"articles",
|
||||
"events",
|
||||
"operations"
|
||||
]
|
||||
},
|
||||
"enable_detail": {
|
||||
"type": "boolean"
|
||||
"images": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "number"
|
||||
},
|
||||
"documentId": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"alternativeText": {
|
||||
"type": "string"
|
||||
},
|
||||
"caption": {
|
||||
"type": "string"
|
||||
},
|
||||
"width": {
|
||||
"type": "integer"
|
||||
},
|
||||
"height": {
|
||||
"type": "integer"
|
||||
},
|
||||
"formats": {},
|
||||
"hash": {
|
||||
"type": "string"
|
||||
},
|
||||
"ext": {
|
||||
"type": "string"
|
||||
},
|
||||
"mime": {
|
||||
"type": "string"
|
||||
},
|
||||
"size": {
|
||||
"type": "number",
|
||||
"format": "float"
|
||||
},
|
||||
"url": {
|
||||
"type": "string"
|
||||
},
|
||||
"previewUrl": {
|
||||
"type": "string"
|
||||
},
|
||||
"provider": {
|
||||
"type": "string"
|
||||
},
|
||||
"provider_metadata": {},
|
||||
"related": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "number"
|
||||
},
|
||||
"documentId": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"folder": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "number"
|
||||
},
|
||||
"documentId": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"folderPath": {
|
||||
"type": "string"
|
||||
},
|
||||
"createdAt": {
|
||||
"type": "string",
|
||||
"format": "date-time"
|
||||
},
|
||||
"updatedAt": {
|
||||
"type": "string",
|
||||
"format": "date-time"
|
||||
},
|
||||
"publishedAt": {
|
||||
"type": "string",
|
||||
"format": "date-time"
|
||||
},
|
||||
"createdBy": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "number"
|
||||
},
|
||||
"documentId": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"updatedBy": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "number"
|
||||
},
|
||||
"documentId": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"locale": {
|
||||
"type": "string"
|
||||
},
|
||||
"localizations": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "number"
|
||||
},
|
||||
"documentId": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -6531,40 +6669,6 @@
|
|||
"text": {}
|
||||
}
|
||||
},
|
||||
"DynamicZoneEmphasiseArticleComponent": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "number"
|
||||
},
|
||||
"__component": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"dynamic-zone.emphasise-article"
|
||||
]
|
||||
},
|
||||
"articles": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "number"
|
||||
},
|
||||
"documentId": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"titel": {
|
||||
"type": "string"
|
||||
},
|
||||
"description": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"DynamicZoneFullImageComponent": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
@ -6708,7 +6812,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"DynamicZoneGalleryComponent": {
|
||||
"DynamicZoneEmphasiseArticleComponent": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
|
@ -6717,137 +6821,28 @@
|
|||
"__component": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"dynamic-zone.gallery"
|
||||
"dynamic-zone.emphasise-article"
|
||||
]
|
||||
},
|
||||
"images": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "number"
|
||||
},
|
||||
"documentId": {
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"alternativeText": {
|
||||
"type": "string"
|
||||
},
|
||||
"caption": {
|
||||
"type": "string"
|
||||
},
|
||||
"width": {
|
||||
"type": "integer"
|
||||
},
|
||||
"height": {
|
||||
"type": "integer"
|
||||
},
|
||||
"formats": {},
|
||||
"hash": {
|
||||
"type": "string"
|
||||
},
|
||||
"ext": {
|
||||
"type": "string"
|
||||
},
|
||||
"mime": {
|
||||
"type": "string"
|
||||
},
|
||||
"size": {
|
||||
"type": "number",
|
||||
"format": "float"
|
||||
},
|
||||
"url": {
|
||||
"type": "string"
|
||||
},
|
||||
"previewUrl": {
|
||||
"type": "string"
|
||||
},
|
||||
"provider": {
|
||||
"type": "string"
|
||||
},
|
||||
"provider_metadata": {},
|
||||
"related": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "number"
|
||||
},
|
||||
"documentId": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"folder": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "number"
|
||||
},
|
||||
"documentId": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"folderPath": {
|
||||
"type": "string"
|
||||
},
|
||||
"createdAt": {
|
||||
"type": "string",
|
||||
"format": "date-time"
|
||||
},
|
||||
"updatedAt": {
|
||||
"type": "string",
|
||||
"format": "date-time"
|
||||
},
|
||||
"publishedAt": {
|
||||
"type": "string",
|
||||
"format": "date-time"
|
||||
},
|
||||
"createdBy": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "number"
|
||||
},
|
||||
"documentId": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"updatedBy": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "number"
|
||||
},
|
||||
"documentId": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"locale": {
|
||||
"type": "string"
|
||||
},
|
||||
"localizations": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "number"
|
||||
},
|
||||
"documentId": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
"articles": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "number"
|
||||
},
|
||||
"documentId": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"titel": {
|
||||
"type": "string"
|
||||
},
|
||||
"description": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -7014,6 +7009,31 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"SharedListComponent": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "number"
|
||||
},
|
||||
"__component": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"shared.list"
|
||||
]
|
||||
},
|
||||
"list": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"articles",
|
||||
"events",
|
||||
"operations"
|
||||
]
|
||||
},
|
||||
"enable_detail": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
},
|
||||
"HomepageRequest": {
|
||||
"type": "object",
|
||||
"required": [
|
||||
|
@ -7058,6 +7078,9 @@
|
|||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/DynamicZoneColumnImageTextComponent"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/SharedListComponent"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -7069,7 +7092,8 @@
|
|||
"dynamic-zone.full-image": "#/components/schemas/DynamicZoneFullImageComponent",
|
||||
"dynamic-zone.emphasise-article": "#/components/schemas/DynamicZoneEmphasiseArticleComponent",
|
||||
"dynamic-zone.dual-column-text": "#/components/schemas/DynamicZoneDualColumnTextComponent",
|
||||
"dynamic-zone.column-image-text": "#/components/schemas/DynamicZoneColumnImageTextComponent"
|
||||
"dynamic-zone.column-image-text": "#/components/schemas/DynamicZoneColumnImageTextComponent",
|
||||
"shared.list": "#/components/schemas/SharedListComponent"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -7760,6 +7784,9 @@
|
|||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/DynamicZoneColumnImageTextComponent"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/SharedListComponent"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -7771,7 +7798,8 @@
|
|||
"dynamic-zone.full-image": "#/components/schemas/DynamicZoneFullImageComponent",
|
||||
"dynamic-zone.emphasise-article": "#/components/schemas/DynamicZoneEmphasiseArticleComponent",
|
||||
"dynamic-zone.dual-column-text": "#/components/schemas/DynamicZoneDualColumnTextComponent",
|
||||
"dynamic-zone.column-image-text": "#/components/schemas/DynamicZoneColumnImageTextComponent"
|
||||
"dynamic-zone.column-image-text": "#/components/schemas/DynamicZoneColumnImageTextComponent",
|
||||
"shared.list": "#/components/schemas/SharedListComponent"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -7973,6 +8001,9 @@
|
|||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/DynamicZoneColumnImageTextComponent"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/SharedListComponent"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -7984,7 +8015,8 @@
|
|||
"dynamic-zone.full-image": "#/components/schemas/DynamicZoneFullImageComponent",
|
||||
"dynamic-zone.emphasise-article": "#/components/schemas/DynamicZoneEmphasiseArticleComponent",
|
||||
"dynamic-zone.dual-column-text": "#/components/schemas/DynamicZoneDualColumnTextComponent",
|
||||
"dynamic-zone.column-image-text": "#/components/schemas/DynamicZoneColumnImageTextComponent"
|
||||
"dynamic-zone.column-image-text": "#/components/schemas/DynamicZoneColumnImageTextComponent",
|
||||
"shared.list": "#/components/schemas/SharedListComponent"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -8063,6 +8095,9 @@
|
|||
"properties": {
|
||||
"data": {
|
||||
"required": [
|
||||
"title",
|
||||
"description",
|
||||
"slug",
|
||||
"date"
|
||||
],
|
||||
"type": "object",
|
||||
|
@ -8076,7 +8111,6 @@
|
|||
"slug": {
|
||||
"type": "string"
|
||||
},
|
||||
"content": {},
|
||||
"attachment": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
|
@ -8154,6 +8188,9 @@
|
|||
"Operation": {
|
||||
"type": "object",
|
||||
"required": [
|
||||
"title",
|
||||
"description",
|
||||
"slug",
|
||||
"date"
|
||||
],
|
||||
"properties": {
|
||||
|
@ -8172,7 +8209,6 @@
|
|||
"slug": {
|
||||
"type": "string"
|
||||
},
|
||||
"content": {},
|
||||
"attachment": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
|
@ -8835,7 +8871,6 @@
|
|||
"slug": {
|
||||
"type": "string"
|
||||
},
|
||||
"content": {},
|
||||
"attachment": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
|
@ -9047,15 +9082,19 @@
|
|||
"properties": {
|
||||
"data": {
|
||||
"required": [
|
||||
"identifier",
|
||||
"slug",
|
||||
"hero"
|
||||
"Hero"
|
||||
],
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"identifier": {
|
||||
"type": "string"
|
||||
},
|
||||
"slug": {
|
||||
"type": "string"
|
||||
},
|
||||
"hero": {
|
||||
"Hero": {
|
||||
"$ref": "#/components/schemas/SharedHeroComponent"
|
||||
},
|
||||
"content": {
|
||||
|
@ -9063,38 +9102,38 @@
|
|||
"items": {
|
||||
"anyOf": [
|
||||
{
|
||||
"$ref": "#/components/schemas/SharedListComponent"
|
||||
"$ref": "#/components/schemas/DynamicZoneGalleryComponent"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/DynamicZoneFullTextComponent"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/DynamicZoneEmphasiseArticleComponent"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/DynamicZoneFullImageComponent"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/DynamicZoneGalleryComponent"
|
||||
"$ref": "#/components/schemas/DynamicZoneEmphasiseArticleComponent"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/DynamicZoneDualColumnTextComponent"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/DynamicZoneColumnImageTextComponent"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/SharedListComponent"
|
||||
}
|
||||
]
|
||||
},
|
||||
"discriminator": {
|
||||
"propertyName": "__component",
|
||||
"mapping": {
|
||||
"shared.list": "#/components/schemas/SharedListComponent",
|
||||
"dynamic-zone.full-text": "#/components/schemas/DynamicZoneFullTextComponent",
|
||||
"dynamic-zone.emphasise-article": "#/components/schemas/DynamicZoneEmphasiseArticleComponent",
|
||||
"dynamic-zone.full-image": "#/components/schemas/DynamicZoneFullImageComponent",
|
||||
"dynamic-zone.gallery": "#/components/schemas/DynamicZoneGalleryComponent",
|
||||
"dynamic-zone.full-text": "#/components/schemas/DynamicZoneFullTextComponent",
|
||||
"dynamic-zone.full-image": "#/components/schemas/DynamicZoneFullImageComponent",
|
||||
"dynamic-zone.emphasise-article": "#/components/schemas/DynamicZoneEmphasiseArticleComponent",
|
||||
"dynamic-zone.dual-column-text": "#/components/schemas/DynamicZoneDualColumnTextComponent",
|
||||
"dynamic-zone.column-image-text": "#/components/schemas/DynamicZoneColumnImageTextComponent"
|
||||
"dynamic-zone.column-image-text": "#/components/schemas/DynamicZoneColumnImageTextComponent",
|
||||
"shared.list": "#/components/schemas/SharedListComponent"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -9157,8 +9196,9 @@
|
|||
"Page": {
|
||||
"type": "object",
|
||||
"required": [
|
||||
"identifier",
|
||||
"slug",
|
||||
"hero"
|
||||
"Hero"
|
||||
],
|
||||
"properties": {
|
||||
"id": {
|
||||
|
@ -9167,10 +9207,13 @@
|
|||
"documentId": {
|
||||
"type": "string"
|
||||
},
|
||||
"identifier": {
|
||||
"type": "string"
|
||||
},
|
||||
"slug": {
|
||||
"type": "string"
|
||||
},
|
||||
"hero": {
|
||||
"Hero": {
|
||||
"$ref": "#/components/schemas/SharedHeroComponent"
|
||||
},
|
||||
"content": {
|
||||
|
@ -9178,38 +9221,38 @@
|
|||
"items": {
|
||||
"anyOf": [
|
||||
{
|
||||
"$ref": "#/components/schemas/SharedListComponent"
|
||||
"$ref": "#/components/schemas/DynamicZoneGalleryComponent"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/DynamicZoneFullTextComponent"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/DynamicZoneEmphasiseArticleComponent"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/DynamicZoneFullImageComponent"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/DynamicZoneGalleryComponent"
|
||||
"$ref": "#/components/schemas/DynamicZoneEmphasiseArticleComponent"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/DynamicZoneDualColumnTextComponent"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/DynamicZoneColumnImageTextComponent"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/SharedListComponent"
|
||||
}
|
||||
]
|
||||
},
|
||||
"discriminator": {
|
||||
"propertyName": "__component",
|
||||
"mapping": {
|
||||
"shared.list": "#/components/schemas/SharedListComponent",
|
||||
"dynamic-zone.full-text": "#/components/schemas/DynamicZoneFullTextComponent",
|
||||
"dynamic-zone.emphasise-article": "#/components/schemas/DynamicZoneEmphasiseArticleComponent",
|
||||
"dynamic-zone.full-image": "#/components/schemas/DynamicZoneFullImageComponent",
|
||||
"dynamic-zone.gallery": "#/components/schemas/DynamicZoneGalleryComponent",
|
||||
"dynamic-zone.full-text": "#/components/schemas/DynamicZoneFullTextComponent",
|
||||
"dynamic-zone.full-image": "#/components/schemas/DynamicZoneFullImageComponent",
|
||||
"dynamic-zone.emphasise-article": "#/components/schemas/DynamicZoneEmphasiseArticleComponent",
|
||||
"dynamic-zone.dual-column-text": "#/components/schemas/DynamicZoneDualColumnTextComponent",
|
||||
"dynamic-zone.column-image-text": "#/components/schemas/DynamicZoneColumnImageTextComponent"
|
||||
"dynamic-zone.column-image-text": "#/components/schemas/DynamicZoneColumnImageTextComponent",
|
||||
"shared.list": "#/components/schemas/SharedListComponent"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -9261,10 +9304,13 @@
|
|||
"documentId": {
|
||||
"type": "string"
|
||||
},
|
||||
"identifier": {
|
||||
"type": "string"
|
||||
},
|
||||
"slug": {
|
||||
"type": "string"
|
||||
},
|
||||
"hero": {
|
||||
"Hero": {
|
||||
"$ref": "#/components/schemas/SharedHeroComponent"
|
||||
},
|
||||
"content": {
|
||||
|
@ -9272,38 +9318,38 @@
|
|||
"items": {
|
||||
"anyOf": [
|
||||
{
|
||||
"$ref": "#/components/schemas/SharedListComponent"
|
||||
"$ref": "#/components/schemas/DynamicZoneGalleryComponent"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/DynamicZoneFullTextComponent"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/DynamicZoneEmphasiseArticleComponent"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/DynamicZoneFullImageComponent"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/DynamicZoneGalleryComponent"
|
||||
"$ref": "#/components/schemas/DynamicZoneEmphasiseArticleComponent"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/DynamicZoneDualColumnTextComponent"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/DynamicZoneColumnImageTextComponent"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/SharedListComponent"
|
||||
}
|
||||
]
|
||||
},
|
||||
"discriminator": {
|
||||
"propertyName": "__component",
|
||||
"mapping": {
|
||||
"shared.list": "#/components/schemas/SharedListComponent",
|
||||
"dynamic-zone.full-text": "#/components/schemas/DynamicZoneFullTextComponent",
|
||||
"dynamic-zone.emphasise-article": "#/components/schemas/DynamicZoneEmphasiseArticleComponent",
|
||||
"dynamic-zone.full-image": "#/components/schemas/DynamicZoneFullImageComponent",
|
||||
"dynamic-zone.gallery": "#/components/schemas/DynamicZoneGalleryComponent",
|
||||
"dynamic-zone.full-text": "#/components/schemas/DynamicZoneFullTextComponent",
|
||||
"dynamic-zone.full-image": "#/components/schemas/DynamicZoneFullImageComponent",
|
||||
"dynamic-zone.emphasise-article": "#/components/schemas/DynamicZoneEmphasiseArticleComponent",
|
||||
"dynamic-zone.dual-column-text": "#/components/schemas/DynamicZoneDualColumnTextComponent",
|
||||
"dynamic-zone.column-image-text": "#/components/schemas/DynamicZoneColumnImageTextComponent"
|
||||
"dynamic-zone.column-image-text": "#/components/schemas/DynamicZoneColumnImageTextComponent",
|
||||
"shared.list": "#/components/schemas/SharedListComponent"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
File diff suppressed because one or more lines are too long
24
types/generated/components.d.ts
vendored
24
types/generated/components.d.ts
vendored
|
@ -4,7 +4,7 @@ export interface DynamicZoneColumnImageText extends Struct.ComponentSchema {
|
|||
collectionName: 'components_dynamic_zone_column_image_texts';
|
||||
info: {
|
||||
description: '';
|
||||
displayName: 'Column_Image_Text';
|
||||
displayName: 'Text-Bild-Spalte';
|
||||
icon: 'bulletList';
|
||||
};
|
||||
attributes: {
|
||||
|
@ -19,7 +19,7 @@ export interface DynamicZoneColumnImageText extends Struct.ComponentSchema {
|
|||
export interface DynamicZoneDualColumnText extends Struct.ComponentSchema {
|
||||
collectionName: 'components_dynamic_zone_dual_column_texts';
|
||||
info: {
|
||||
displayName: 'Dual_Column_Text';
|
||||
displayName: 'Text-Text-Spalte';
|
||||
icon: 'stack';
|
||||
};
|
||||
attributes: {
|
||||
|
@ -32,7 +32,7 @@ export interface DynamicZoneEmphasiseArticle extends Struct.ComponentSchema {
|
|||
collectionName: 'components_dynamic_zone_emphasise_articles';
|
||||
info: {
|
||||
description: '';
|
||||
displayName: 'Emphasise_Article';
|
||||
displayName: 'Artikel hervorheben';
|
||||
icon: 'dashboard';
|
||||
};
|
||||
attributes: {
|
||||
|
@ -46,7 +46,7 @@ export interface DynamicZoneFullImage extends Struct.ComponentSchema {
|
|||
collectionName: 'components_dynamic_zone_full_images';
|
||||
info: {
|
||||
description: '';
|
||||
displayName: 'Full_Image';
|
||||
displayName: 'Voll-Bild';
|
||||
icon: 'dashboard';
|
||||
};
|
||||
attributes: {
|
||||
|
@ -58,7 +58,7 @@ export interface DynamicZoneFullText extends Struct.ComponentSchema {
|
|||
collectionName: 'components_dynamic_zone_full_texts';
|
||||
info: {
|
||||
description: '';
|
||||
displayName: 'Full_Text';
|
||||
displayName: 'Voll-Text';
|
||||
icon: 'dashboard';
|
||||
};
|
||||
attributes: {
|
||||
|
@ -69,7 +69,7 @@ export interface DynamicZoneFullText extends Struct.ComponentSchema {
|
|||
export interface DynamicZoneGallery extends Struct.ComponentSchema {
|
||||
collectionName: 'components_dynamic_zone_galleries';
|
||||
info: {
|
||||
displayName: 'Gallery';
|
||||
displayName: 'Galerie';
|
||||
icon: 'apps';
|
||||
};
|
||||
attributes: {
|
||||
|
@ -81,7 +81,7 @@ export interface GlobalFooter extends Struct.ComponentSchema {
|
|||
collectionName: 'components_global_footers';
|
||||
info: {
|
||||
description: '';
|
||||
displayName: 'Footer';
|
||||
displayName: 'Fu\u00DFzeile';
|
||||
icon: 'apps';
|
||||
};
|
||||
attributes: {
|
||||
|
@ -95,7 +95,7 @@ export interface GlobalNavbar extends Struct.ComponentSchema {
|
|||
collectionName: 'components_global_navbars';
|
||||
info: {
|
||||
description: '';
|
||||
displayName: 'Navbar';
|
||||
displayName: 'Navigationsleiste';
|
||||
icon: 'bold';
|
||||
};
|
||||
attributes: {
|
||||
|
@ -108,11 +108,11 @@ export interface ItemsNavbarItems extends Struct.ComponentSchema {
|
|||
collectionName: 'components_items_left_navbar_items';
|
||||
info: {
|
||||
description: '';
|
||||
displayName: 'Navbar_Items';
|
||||
displayName: 'Navigations-\u00DCberpunkt';
|
||||
icon: 'bulletList';
|
||||
};
|
||||
attributes: {
|
||||
default_URL: Schema.Attribute.String;
|
||||
default_active_child: Schema.Attribute.String;
|
||||
name: Schema.Attribute.String;
|
||||
navbar_sub_items: Schema.Attribute.Component<
|
||||
'items.navbar-sub-items',
|
||||
|
@ -127,7 +127,7 @@ export interface ItemsNavbarSubItems extends Struct.ComponentSchema {
|
|||
collectionName: 'components_items_navbar_sub_items';
|
||||
info: {
|
||||
description: '';
|
||||
displayName: 'Navbar_Sub_Items';
|
||||
displayName: 'Navigations-Unterpunkt';
|
||||
icon: 'bulletList';
|
||||
};
|
||||
attributes: {
|
||||
|
@ -171,7 +171,7 @@ export interface SharedList extends Struct.ComponentSchema {
|
|||
collectionName: 'components_shared_lists';
|
||||
info: {
|
||||
description: '';
|
||||
displayName: 'list';
|
||||
displayName: 'Inhaltsauswahl';
|
||||
icon: 'apps';
|
||||
};
|
||||
attributes: {
|
||||
|
|
51
types/generated/contentTypes.d.ts
vendored
51
types/generated/contentTypes.d.ts
vendored
|
@ -373,7 +373,7 @@ export interface ApiArticleArticle extends Struct.CollectionTypeSchema {
|
|||
collectionName: 'articles';
|
||||
info: {
|
||||
description: '';
|
||||
displayName: 'Articles';
|
||||
displayName: 'Artikel';
|
||||
pluralName: 'articles';
|
||||
singularName: 'article';
|
||||
};
|
||||
|
@ -409,12 +409,14 @@ export interface ApiArticleArticle extends Struct.CollectionTypeSchema {
|
|||
};
|
||||
}>;
|
||||
description: Schema.Attribute.String &
|
||||
Schema.Attribute.Required &
|
||||
Schema.Attribute.SetPluginOptions<{
|
||||
i18n: {
|
||||
localized: true;
|
||||
};
|
||||
}>;
|
||||
image: Schema.Attribute.Media<'images' | 'files' | 'videos' | 'audios'> &
|
||||
Schema.Attribute.Required &
|
||||
Schema.Attribute.SetPluginOptions<{
|
||||
i18n: {
|
||||
localized: false;
|
||||
|
@ -427,12 +429,14 @@ export interface ApiArticleArticle extends Struct.CollectionTypeSchema {
|
|||
>;
|
||||
publishedAt: Schema.Attribute.DateTime;
|
||||
slug: Schema.Attribute.UID<'title'> &
|
||||
Schema.Attribute.Required &
|
||||
Schema.Attribute.SetPluginOptions<{
|
||||
i18n: {
|
||||
localized: true;
|
||||
};
|
||||
}>;
|
||||
title: Schema.Attribute.String &
|
||||
Schema.Attribute.Required &
|
||||
Schema.Attribute.SetPluginOptions<{
|
||||
i18n: {
|
||||
localized: true;
|
||||
|
@ -448,7 +452,7 @@ export interface ApiEventEvent extends Struct.CollectionTypeSchema {
|
|||
collectionName: 'events';
|
||||
info: {
|
||||
description: '';
|
||||
displayName: 'Events';
|
||||
displayName: 'Termine';
|
||||
pluralName: 'events';
|
||||
singularName: 'event';
|
||||
};
|
||||
|
@ -472,6 +476,7 @@ export interface ApiEventEvent extends Struct.CollectionTypeSchema {
|
|||
};
|
||||
}>;
|
||||
description: Schema.Attribute.String &
|
||||
Schema.Attribute.Required &
|
||||
Schema.Attribute.SetPluginOptions<{
|
||||
i18n: {
|
||||
localized: true;
|
||||
|
@ -481,12 +486,14 @@ export interface ApiEventEvent extends Struct.CollectionTypeSchema {
|
|||
localizations: Schema.Attribute.Relation<'oneToMany', 'api::event.event'>;
|
||||
publishedAt: Schema.Attribute.DateTime;
|
||||
slug: Schema.Attribute.UID<'title'> &
|
||||
Schema.Attribute.Required &
|
||||
Schema.Attribute.SetPluginOptions<{
|
||||
i18n: {
|
||||
localized: true;
|
||||
};
|
||||
}>;
|
||||
title: Schema.Attribute.String &
|
||||
Schema.Attribute.Required &
|
||||
Schema.Attribute.SetPluginOptions<{
|
||||
i18n: {
|
||||
localized: true;
|
||||
|
@ -527,6 +534,7 @@ export interface ApiGlobalGlobal extends Struct.SingleTypeSchema {
|
|||
locale: Schema.Attribute.String;
|
||||
localizations: Schema.Attribute.Relation<'oneToMany', 'api::global.global'>;
|
||||
navbar: Schema.Attribute.Component<'global.navbar', false> &
|
||||
Schema.Attribute.Required &
|
||||
Schema.Attribute.SetPluginOptions<{
|
||||
i18n: {
|
||||
localized: true;
|
||||
|
@ -543,7 +551,7 @@ export interface ApiHomepageHomepage extends Struct.SingleTypeSchema {
|
|||
collectionName: 'homepages';
|
||||
info: {
|
||||
description: '';
|
||||
displayName: 'Homepage';
|
||||
displayName: 'Startseite';
|
||||
pluralName: 'homepages';
|
||||
singularName: 'homepage';
|
||||
};
|
||||
|
@ -560,6 +568,7 @@ export interface ApiHomepageHomepage extends Struct.SingleTypeSchema {
|
|||
'dynamic-zone.emphasise-article',
|
||||
'dynamic-zone.dual-column-text',
|
||||
'dynamic-zone.column-image-text',
|
||||
'shared.list',
|
||||
]
|
||||
>;
|
||||
createdAt: Schema.Attribute.DateTime;
|
||||
|
@ -582,7 +591,7 @@ export interface ApiOperationOperation extends Struct.CollectionTypeSchema {
|
|||
collectionName: 'operations';
|
||||
info: {
|
||||
description: '';
|
||||
displayName: 'Operations';
|
||||
displayName: 'Eins\u00E4tze';
|
||||
pluralName: 'operations';
|
||||
singularName: 'operation';
|
||||
};
|
||||
|
@ -601,12 +610,6 @@ export interface ApiOperationOperation extends Struct.CollectionTypeSchema {
|
|||
localized: false;
|
||||
};
|
||||
}>;
|
||||
content: Schema.Attribute.Blocks &
|
||||
Schema.Attribute.SetPluginOptions<{
|
||||
i18n: {
|
||||
localized: true;
|
||||
};
|
||||
}>;
|
||||
createdAt: Schema.Attribute.DateTime;
|
||||
createdBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
|
||||
Schema.Attribute.Private;
|
||||
|
@ -618,6 +621,7 @@ export interface ApiOperationOperation extends Struct.CollectionTypeSchema {
|
|||
};
|
||||
}>;
|
||||
description: Schema.Attribute.String &
|
||||
Schema.Attribute.Required &
|
||||
Schema.Attribute.SetPluginOptions<{
|
||||
i18n: {
|
||||
localized: true;
|
||||
|
@ -630,12 +634,14 @@ export interface ApiOperationOperation extends Struct.CollectionTypeSchema {
|
|||
>;
|
||||
publishedAt: Schema.Attribute.DateTime;
|
||||
slug: Schema.Attribute.UID<'title'> &
|
||||
Schema.Attribute.Required &
|
||||
Schema.Attribute.SetPluginOptions<{
|
||||
i18n: {
|
||||
localized: true;
|
||||
};
|
||||
}>;
|
||||
title: Schema.Attribute.String &
|
||||
Schema.Attribute.Required &
|
||||
Schema.Attribute.SetPluginOptions<{
|
||||
i18n: {
|
||||
localized: true;
|
||||
|
@ -651,7 +657,7 @@ export interface ApiPagePage extends Struct.CollectionTypeSchema {
|
|||
collectionName: 'pages';
|
||||
info: {
|
||||
description: '';
|
||||
displayName: 'Pages';
|
||||
displayName: 'Seiten';
|
||||
pluralName: 'pages';
|
||||
singularName: 'page';
|
||||
};
|
||||
|
@ -666,13 +672,13 @@ export interface ApiPagePage extends Struct.CollectionTypeSchema {
|
|||
attributes: {
|
||||
content: Schema.Attribute.DynamicZone<
|
||||
[
|
||||
'shared.list',
|
||||
'dynamic-zone.full-text',
|
||||
'dynamic-zone.emphasise-article',
|
||||
'dynamic-zone.full-image',
|
||||
'dynamic-zone.gallery',
|
||||
'dynamic-zone.full-text',
|
||||
'dynamic-zone.full-image',
|
||||
'dynamic-zone.emphasise-article',
|
||||
'dynamic-zone.dual-column-text',
|
||||
'dynamic-zone.column-image-text',
|
||||
'shared.list',
|
||||
]
|
||||
> &
|
||||
Schema.Attribute.SetPluginOptions<{
|
||||
|
@ -683,24 +689,31 @@ export interface ApiPagePage extends Struct.CollectionTypeSchema {
|
|||
createdAt: Schema.Attribute.DateTime;
|
||||
createdBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
|
||||
Schema.Attribute.Private;
|
||||
hero: Schema.Attribute.Component<'shared.hero', false> &
|
||||
Hero: Schema.Attribute.Component<'shared.hero', false> &
|
||||
Schema.Attribute.Required &
|
||||
Schema.Attribute.SetPluginOptions<{
|
||||
i18n: {
|
||||
localized: true;
|
||||
};
|
||||
}>;
|
||||
identifier: Schema.Attribute.String &
|
||||
Schema.Attribute.Required &
|
||||
Schema.Attribute.Unique &
|
||||
Schema.Attribute.SetPluginOptions<{
|
||||
i18n: {
|
||||
localized: true;
|
||||
};
|
||||
}>;
|
||||
locale: Schema.Attribute.String;
|
||||
localizations: Schema.Attribute.Relation<'oneToMany', 'api::page.page'>;
|
||||
publishedAt: Schema.Attribute.DateTime;
|
||||
slug: Schema.Attribute.UID &
|
||||
slug: Schema.Attribute.UID<'identifier'> &
|
||||
Schema.Attribute.Required &
|
||||
Schema.Attribute.SetPluginOptions<{
|
||||
i18n: {
|
||||
localized: true;
|
||||
};
|
||||
}> &
|
||||
Schema.Attribute.DefaultTo<'slug'>;
|
||||
}>;
|
||||
updatedAt: Schema.Attribute.DateTime;
|
||||
updatedBy: Schema.Attribute.Relation<'oneToOne', 'admin::user'> &
|
||||
Schema.Attribute.Private;
|
||||
|
|
Loading…
Reference in a new issue