diff --git a/src/components/trad/traductions.json b/src/components/trad/traductions.json new file mode 100644 index 0000000..733c3b1 --- /dev/null +++ b/src/components/trad/traductions.json @@ -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" + } + } +}