Skip to content
Snippets Groups Projects

issue #3: ADD colletion type Projetos in Strapi

Merged Guilherme Eduardo requested to merge issue/3-collection-type-projetos into develop
4 files
+ 54
0
Compare changes
  • Side-by-side
  • Inline
Files
4
{
"kind": "collectionType",
"collectionName": "projetos",
"info": {
"singularName": "projeto",
"pluralName": "projetos",
"displayName": " Projeto"
},
"options": {
"draftAndPublish": true
},
"pluginOptions": {},
"attributes": {
"Titulo": {
"type": "string"
},
"Status": {
"type": "string"
},
"Parceiro": {
"type": "string"
},
"Descricao": {
"type": "richtext"
}
}
}
Loading