GalleryImage changes

This commit is contained in:
James Purser 2022-09-08 16:44:04 +10:00
parent 6f9b293082
commit 8cfe3007d6
2 changed files with 26 additions and 1 deletions

View file

@ -33,6 +33,10 @@
"relation": "manyToMany", "relation": "manyToMany",
"target": "api::gallery.gallery", "target": "api::gallery.gallery",
"mappedBy": "gallery_images" "mappedBy": "gallery_images"
},
"Slug": {
"type": "uid",
"targetField": "Title"
} }
} }
} }

View file

@ -14,7 +14,7 @@
"name": "Apache 2.0", "name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html" "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": { "x-strapi-config": {
"path": "/documentation", "path": "/documentation",
@ -4480,6 +4480,9 @@
} }
} }
}, },
"Slug": {
"type": "string"
},
"createdAt": { "createdAt": {
"type": "string", "type": "string",
"format": "date-time" "format": "date-time"
@ -5366,6 +5369,9 @@
} }
} }
}, },
"Slug": {
"type": "string"
},
"createdAt": { "createdAt": {
"type": "string", "type": "string",
"format": "date-time" "format": "date-time"
@ -5518,6 +5524,9 @@
], ],
"example": "string or id" "example": "string or id"
} }
},
"Slug": {
"type": "string"
} }
} }
} }
@ -6345,6 +6354,9 @@
} }
} }
}, },
"Slug": {
"type": "string"
},
"createdAt": { "createdAt": {
"type": "string", "type": "string",
"format": "date-time" "format": "date-time"
@ -6702,6 +6714,9 @@
} }
} }
}, },
"Slug": {
"type": "string"
},
"createdAt": { "createdAt": {
"type": "string", "type": "string",
"format": "date-time" "format": "date-time"
@ -7598,6 +7613,9 @@
} }
} }
}, },
"Slug": {
"type": "string"
},
"createdAt": { "createdAt": {
"type": "string", "type": "string",
"format": "date-time" "format": "date-time"
@ -7955,6 +7973,9 @@
} }
} }
}, },
"Slug": {
"type": "string"
},
"createdAt": { "createdAt": {
"type": "string", "type": "string",
"format": "date-time" "format": "date-time"