strapi-plugin-marking-pin-point-image
Version:
Strapi - Marking Point Image
56 lines (55 loc) • 1.22 kB
JSON
{
"kind": "collectionType",
"collectionName": "image_marking_images",
"info": {
"singularName": "image-marking-image",
"pluralName": "image-marking-images",
"displayName": "Image Marking [Image]",
"description": ""
},
"options": {
"draftAndPublish": true
},
"pluginOptions": {
"i18n": {
"localized": true
}
},
"attributes": {
"image_name": {
"pluginOptions": {
"i18n": {
"localized": true
}
},
"type": "string"
},
"image_desc": {
"pluginOptions": {
"i18n": {
"localized": true
}
},
"type": "string"
},
"image": {
"type": "media",
"multiple": false,
"required": false,
"allowedTypes": [
"images"
],
"pluginOptions": {
"i18n": {
"localized": true
}
}
},
"image_marking_categories": {
"type": "relation",
"relation": "manyToMany",
"target": "api::image-marking-category.image-marking-category",
"inversedBy": "image_marking_images"
}
}
}