Skip to content

Commit

Permalink
Update config.yml to make 'Other language title' field required
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnthompson committed Jan 23, 2025
1 parent 0cabd7a commit f36c1e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ collections:
i18n: true
fields:
- { label: "Title (required)", name: "title", widget: "string", i18n: true }
- { label: "Other language title", name: "otherLanguageTitle", required: false, widget: "string", i18n: true }
- { label: "Tagline", name: "tagline", required: false, widget: "markdown", i18n: true }
- { label: "Other language title (required)", name: "otherLanguageTitle", widget: "string", i18n: true }
- { label: "Tagline", name: "tagline", required: false, widget: "string", i18n: true }
- { label: "Description (required)", name: "description", widget: "markdown", i18n: true }
- { label: "Permalink (full path)", name: "permalink", required: false, widget: "string", i18n: true }
- { label: "Permalink to other language (full path)", name: "otherLanguagePermalink", required: false, widget: "string", i18n: true }
Expand Down

0 comments on commit f36c1e6

Please sign in to comment.