From 4188bda3dbcde4f9bb36e056240dfc37ce4ba89c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Famibelle-Pronzola?= Date: Tue, 7 Mar 2023 08:57:31 +0400 Subject: [PATCH] Fix gadeEmbed property --- src/api/parole/content-types/parole/schema.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/api/parole/content-types/parole/schema.json b/src/api/parole/content-types/parole/schema.json index 031fbaa..42a0e0a 100644 --- a/src/api/parole/content-types/parole/schema.json +++ b/src/api/parole/content-types/parole/schema.json @@ -90,6 +90,9 @@ "type": "component", "repeatable": true, "component": "difference.paroles-diff" + }, + "gadeEmbed": { + "type": "string" } } }