GalleryImage changes
This commit is contained in:
parent
6f9b293082
commit
8cfe3007d6
2 changed files with 26 additions and 1 deletions
|
|
@ -33,6 +33,10 @@
|
|||
"relation": "manyToMany",
|
||||
"target": "api::gallery.gallery",
|
||||
"mappedBy": "gallery_images"
|
||||
},
|
||||
"Slug": {
|
||||
"type": "uid",
|
||||
"targetField": "Title"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue