Compare commits
No commits in common. "b0b0e19864ca6f1ffd619187e1b96dbd50915611" and "a39370e36945f87479e07784d34e5629af666fff" have entirely different histories.
b0b0e19864
...
a39370e369
6 changed files with 5 additions and 269 deletions
|
@ -41,9 +41,7 @@
|
|||
"dynamic-zone.emphasise-article",
|
||||
"dynamic-zone.dual-column-text",
|
||||
"dynamic-zone.column-image-text",
|
||||
"shared.list",
|
||||
"dynamic-zone.file-download",
|
||||
"dynamic-zone.embedding"
|
||||
"shared.list"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,16 +0,0 @@
|
|||
{
|
||||
"collectionName": "components_dynamic_zone_embedding",
|
||||
"info": {
|
||||
"displayName": "Einbettung"
|
||||
},
|
||||
"options": {},
|
||||
"attributes": {
|
||||
"title": {
|
||||
"type": "string",
|
||||
"required": true
|
||||
},
|
||||
"link": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,25 +0,0 @@
|
|||
{
|
||||
"collectionName": "components_dynamic_zone_file_download",
|
||||
"info": {
|
||||
"displayName": "Datei-Download",
|
||||
"description": ""
|
||||
},
|
||||
"options": {},
|
||||
"attributes": {
|
||||
"enable_download": {
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
"required": true
|
||||
},
|
||||
"title": {
|
||||
"type": "string",
|
||||
"required": true
|
||||
},
|
||||
"file": {
|
||||
"type": "media",
|
||||
"multiple": false,
|
||||
"required": true,
|
||||
"allowedTypes": ["files", "images"]
|
||||
}
|
||||
}
|
||||
}
|
|
@ -14,7 +14,7 @@
|
|||
"name": "Apache 2.0",
|
||||
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
|
||||
},
|
||||
"x-generation-date": "2025-01-18T10:37:18.066Z"
|
||||
"x-generation-date": "2025-01-17T10:22:28.611Z"
|
||||
},
|
||||
"x-strapi-config": {
|
||||
"plugins": [
|
||||
|
@ -9375,175 +9375,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"DynamicZoneFileDownloadComponent": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "number"
|
||||
},
|
||||
"__component": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"dynamic-zone.file-download"
|
||||
]
|
||||
},
|
||||
"enable_download": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"title": {
|
||||
"type": "string"
|
||||
},
|
||||
"file": {
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"DynamicZoneEmbeddingComponent": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"id": {
|
||||
"type": "number"
|
||||
},
|
||||
"__component": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"dynamic-zone.embedding"
|
||||
]
|
||||
},
|
||||
"title": {
|
||||
"type": "string"
|
||||
},
|
||||
"link": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"HomepageRequest": {
|
||||
"type": "object",
|
||||
"required": [
|
||||
|
@ -11913,12 +11744,6 @@
|
|||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/SharedListComponent"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/DynamicZoneFileDownloadComponent"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/DynamicZoneEmbeddingComponent"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -11931,9 +11756,7 @@
|
|||
"dynamic-zone.emphasise-article": "#/components/schemas/DynamicZoneEmphasiseArticleComponent",
|
||||
"dynamic-zone.dual-column-text": "#/components/schemas/DynamicZoneDualColumnTextComponent",
|
||||
"dynamic-zone.column-image-text": "#/components/schemas/DynamicZoneColumnImageTextComponent",
|
||||
"shared.list": "#/components/schemas/SharedListComponent",
|
||||
"dynamic-zone.file-download": "#/components/schemas/DynamicZoneFileDownloadComponent",
|
||||
"dynamic-zone.embedding": "#/components/schemas/DynamicZoneEmbeddingComponent"
|
||||
"shared.list": "#/components/schemas/SharedListComponent"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -12039,12 +11862,6 @@
|
|||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/SharedListComponent"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/DynamicZoneFileDownloadComponent"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/DynamicZoneEmbeddingComponent"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -12057,9 +11874,7 @@
|
|||
"dynamic-zone.emphasise-article": "#/components/schemas/DynamicZoneEmphasiseArticleComponent",
|
||||
"dynamic-zone.dual-column-text": "#/components/schemas/DynamicZoneDualColumnTextComponent",
|
||||
"dynamic-zone.column-image-text": "#/components/schemas/DynamicZoneColumnImageTextComponent",
|
||||
"shared.list": "#/components/schemas/SharedListComponent",
|
||||
"dynamic-zone.file-download": "#/components/schemas/DynamicZoneFileDownloadComponent",
|
||||
"dynamic-zone.embedding": "#/components/schemas/DynamicZoneEmbeddingComponent"
|
||||
"shared.list": "#/components/schemas/SharedListComponent"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -12144,12 +11959,6 @@
|
|||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/SharedListComponent"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/DynamicZoneFileDownloadComponent"
|
||||
},
|
||||
{
|
||||
"$ref": "#/components/schemas/DynamicZoneEmbeddingComponent"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -12162,9 +11971,7 @@
|
|||
"dynamic-zone.emphasise-article": "#/components/schemas/DynamicZoneEmphasiseArticleComponent",
|
||||
"dynamic-zone.dual-column-text": "#/components/schemas/DynamicZoneDualColumnTextComponent",
|
||||
"dynamic-zone.column-image-text": "#/components/schemas/DynamicZoneColumnImageTextComponent",
|
||||
"shared.list": "#/components/schemas/SharedListComponent",
|
||||
"dynamic-zone.file-download": "#/components/schemas/DynamicZoneFileDownloadComponent",
|
||||
"dynamic-zone.embedding": "#/components/schemas/DynamicZoneEmbeddingComponent"
|
||||
"shared.list": "#/components/schemas/SharedListComponent"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
26
types/generated/components.d.ts
vendored
26
types/generated/components.d.ts
vendored
|
@ -26,17 +26,6 @@ export interface DynamicZoneDualColumnText extends Struct.ComponentSchema {
|
|||
};
|
||||
}
|
||||
|
||||
export interface DynamicZoneEmbedding extends Struct.ComponentSchema {
|
||||
collectionName: "components_dynamic_zone_embedding";
|
||||
info: {
|
||||
displayName: "Einbettung";
|
||||
};
|
||||
attributes: {
|
||||
link: Schema.Attribute.String;
|
||||
title: Schema.Attribute.String & Schema.Attribute.Required;
|
||||
};
|
||||
}
|
||||
|
||||
export interface DynamicZoneEmphasiseArticle extends Struct.ComponentSchema {
|
||||
collectionName: "components_dynamic_zone_emphasise_articles";
|
||||
info: {
|
||||
|
@ -52,19 +41,6 @@ export interface DynamicZoneEmphasiseArticle extends Struct.ComponentSchema {
|
|||
};
|
||||
}
|
||||
|
||||
export interface DynamicZoneFileDownload extends Struct.ComponentSchema {
|
||||
collectionName: "components_dynamic_zone_file_download";
|
||||
info: {
|
||||
description: "";
|
||||
displayName: "Datei-Download";
|
||||
};
|
||||
attributes: {
|
||||
enable_download: Schema.Attribute.Boolean & Schema.Attribute.Required & Schema.Attribute.DefaultTo<true>;
|
||||
file: Schema.Attribute.Media<"files" | "images"> & Schema.Attribute.Required;
|
||||
title: Schema.Attribute.String & Schema.Attribute.Required;
|
||||
};
|
||||
}
|
||||
|
||||
export interface DynamicZoneFullImage extends Struct.ComponentSchema {
|
||||
collectionName: "components_dynamic_zone_full_images";
|
||||
info: {
|
||||
|
@ -227,9 +203,7 @@ declare module "@strapi/strapi" {
|
|||
export interface ComponentSchemas {
|
||||
"dynamic-zone.column-image-text": DynamicZoneColumnImageText;
|
||||
"dynamic-zone.dual-column-text": DynamicZoneDualColumnText;
|
||||
"dynamic-zone.embedding": DynamicZoneEmbedding;
|
||||
"dynamic-zone.emphasise-article": DynamicZoneEmphasiseArticle;
|
||||
"dynamic-zone.file-download": DynamicZoneFileDownload;
|
||||
"dynamic-zone.full-image": DynamicZoneFullImage;
|
||||
"dynamic-zone.full-text": DynamicZoneFullText;
|
||||
"dynamic-zone.gallery": DynamicZoneGallery;
|
||||
|
|
2
types/generated/contentTypes.d.ts
vendored
2
types/generated/contentTypes.d.ts
vendored
|
@ -526,8 +526,6 @@ export interface ApiPagePage extends Struct.CollectionTypeSchema {
|
|||
"dynamic-zone.dual-column-text",
|
||||
"dynamic-zone.column-image-text",
|
||||
"shared.list",
|
||||
"dynamic-zone.file-download",
|
||||
"dynamic-zone.embedding",
|
||||
]
|
||||
>;
|
||||
createdAt: Schema.Attribute.DateTime;
|
||||
|
|
Loading…
Reference in a new issue