From 8cfe3007d64e4a2c84459f3a8534f9a3b2aced0d Mon Sep 17 00:00:00 2001 From: James Purser Date: Thu, 8 Sep 2022 16:44:04 +1000 Subject: [PATCH] GalleryImage changes --- .../content-types/gallery-image/schema.json | 4 ++++ .../1.0.0/full_documentation.json | 23 ++++++++++++++++++- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/src/api/gallery-image/content-types/gallery-image/schema.json b/src/api/gallery-image/content-types/gallery-image/schema.json index 849a7c1..f2a2fe2 100644 --- a/src/api/gallery-image/content-types/gallery-image/schema.json +++ b/src/api/gallery-image/content-types/gallery-image/schema.json @@ -33,6 +33,10 @@ "relation": "manyToMany", "target": "api::gallery.gallery", "mappedBy": "gallery_images" + }, + "Slug": { + "type": "uid", + "targetField": "Title" } } } diff --git a/src/extensions/documentation/documentation/1.0.0/full_documentation.json b/src/extensions/documentation/documentation/1.0.0/full_documentation.json index 17d01ba..0498d80 100644 --- a/src/extensions/documentation/documentation/1.0.0/full_documentation.json +++ b/src/extensions/documentation/documentation/1.0.0/full_documentation.json @@ -14,7 +14,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "x-generation-date": "2022-07-16T03:49:01.557Z" + "x-generation-date": "2022-09-08T03:55:40.221Z" }, "x-strapi-config": { "path": "/documentation", @@ -4480,6 +4480,9 @@ } } }, + "Slug": { + "type": "string" + }, "createdAt": { "type": "string", "format": "date-time" @@ -5366,6 +5369,9 @@ } } }, + "Slug": { + "type": "string" + }, "createdAt": { "type": "string", "format": "date-time" @@ -5518,6 +5524,9 @@ ], "example": "string or id" } + }, + "Slug": { + "type": "string" } } } @@ -6345,6 +6354,9 @@ } } }, + "Slug": { + "type": "string" + }, "createdAt": { "type": "string", "format": "date-time" @@ -6702,6 +6714,9 @@ } } }, + "Slug": { + "type": "string" + }, "createdAt": { "type": "string", "format": "date-time" @@ -7598,6 +7613,9 @@ } } }, + "Slug": { + "type": "string" + }, "createdAt": { "type": "string", "format": "date-time" @@ -7955,6 +7973,9 @@ } } }, + "Slug": { + "type": "string" + }, "createdAt": { "type": "string", "format": "date-time"