strapi-plugin-i18n
Version:
This plugin enables to create, to read and to update content in different languages, both from the Admin Panel and from the API
32 lines (31 loc) • 506 B
JSON
{
"collectionName": "i18n_locales",
"info": {
"name": "locale",
"description": ""
},
"options": {
"timestamps": true
},
"pluginOptions": {
"content-manager": {
"visible": false
},
"content-type-builder": {
"visible": false
}
},
"attributes": {
"name": {
"type": "string",
"min": 1,
"max": 50,
"configurable": false
},
"code": {
"type": "string",
"unique": true,
"configurable": false
}
}
}