Skip to content
Snippets Groups Projects

Issue #10: UPDATE including identifier in contentType of Projects and about in strapi

Merged Issue #10: UPDATE including identifier in contentType of Projects and about in strapi
4 files
+ 24
6
Compare changes
  • Side-by-side
  • Inline

Files

@@ -32,7 +32,8 @@
@@ -32,7 +32,8 @@
"target": "api::author.author"
"target": "api::author.author"
},
},
"Data": {
"Data": {
"type": "date"
"type": "date",
 
"required": true
},
},
"Descricao": {
"Descricao": {
"type": "richtext"
"type": "richtext"
@@ -42,7 +43,8 @@
@@ -42,7 +43,8 @@
},
},
"Identificador": {
"Identificador": {
"type": "uid",
"type": "uid",
"targetField": "Titulo"
"targetField": "Titulo",
 
"required": true
}
}
}
}
}
}
Loading