From deff27716442af477d142483073eacd7ee9d8480 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Thu, 12 May 2022 14:16:34 +0400 Subject: [PATCH] Add lyen and kouteyChatey to teks --- src/api/tek/content-types/tek/schema.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/api/tek/content-types/tek/schema.json b/src/api/tek/content-types/tek/schema.json index 5a596c7..2f786f9 100644 --- a/src/api/tek/content-types/tek/schema.json +++ b/src/api/tek/content-types/tek/schema.json @@ -66,6 +66,16 @@ "type": "component", "repeatable": false, "component": "trad.traductions" + }, + "lyen": { + "type": "component", + "repeatable": true, + "component": "url.liens" + }, + "kouteyAchtey": { + "type": "component", + "repeatable": true, + "component": "store.album" } } }