Create traductions component

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2022-05-12 13:59:07 +04:00
parent e0ac214fd1
commit 3dfafcb60b
+25
View File
@@ -0,0 +1,25 @@
{
"collectionName": "components_trad_traductions",
"info": {
"displayName": "Traductions",
"icon": "spell-check"
},
"options": {},
"attributes": {
"francais": {
"type": "richtext"
},
"english": {
"type": "richtext"
},
"espagnol": {
"type": "richtext"
},
"deutsch": {
"type": "richtext"
},
"italiano": {
"type": "richtext"
}
}
}