From 3dfafcb60b6a853c88e79c030944ee4af045cd9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Thu, 12 May 2022 13:59:07 +0400 Subject: [PATCH] Create traductions component --- src/components/trad/traductions.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/components/trad/traductions.json 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" + } + } +}