strapi-supergpt
Version:
A plugin that gives you the ability to integrate ChatGPT into strapi
34 lines (33 loc) • 552 B
JSON
{
"kind": "collectionType",
"collectionName": "convos",
"info": {
"singularName": "convo",
"pluralName": "convos",
"displayName": "Convo"
},
"options": {
"draftAndPublish": false,
"timestamps": true,
"comment": ""
},
"pluginOptions": {
"content-manager": {
"visible": false
},
"content-type-builder": {
"visible": false
}
},
"attributes": {
"content": {
"type": "text"
},
"name": {
"type": "string"
},
"userId": {
"type": "integer"
}
}
}