Skip to content

Commit

Permalink
fix: update lang attribute to not duplicate for i18n and make it requ…
Browse files Browse the repository at this point in the history
…ired
  • Loading branch information
chosww committed Jul 18, 2024
1 parent b291bf4 commit 38270ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/admin/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 38270ad

Please sign in to comment.