From 38270ad2001335b1f807ce992e4bdfbf54e68019 Mon Sep 17 00:00:00 2001 From: Daniel Cho Date: Thu, 18 Jul 2024 11:10:26 -0400 Subject: [PATCH] fix: update lang attribute to not duplicate for i18n and make it required --- src/admin/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/admin/config.yml b/src/admin/config.yml index 8b3cca5..fe1ad6b 100644 --- a/src/admin/config.yml +++ b/src/admin/config.yml @@ -161,8 +161,8 @@ collections: widget: select, options: [{ value: en, label: English }, { value: fr, label: Français }], - i18n: duplicate, - required: false, + i18n: true, + required: true, } - { label: Sign Language YouTube URL,