mirror of
https://github.com/strapi/strapi.git
synced 2025-07-22 16:37:13 +00:00
18 lines
251 B
JSON
18 lines
251 B
JSON
{
|
|
"info": {
|
|
"name": "test",
|
|
"description": ""
|
|
},
|
|
"options": {
|
|
"draftAndPublish": false
|
|
},
|
|
"attributes": {
|
|
"type": {
|
|
"type": "string",
|
|
"required": true,
|
|
"unique": true,
|
|
"configurable": true
|
|
}
|
|
}
|
|
}
|