Skip to content

Commit

Permalink
chore: add note about initial value templates (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimeonGriggs authored Sep 24, 2024
1 parent 244f311 commit 6d3a7ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ All new rewrite exclusively for Sanity Studio v3
- [Basic configuration](#basic-configuration)
- [Advanced configuration](#advanced-configuration)
- [Language field](#language-field)
- [Excluding fields](#excluding-fields)
- [Querying translations](#querying-translations)
- [Querying with GROQ](#querying-with-groq)
- [Querying with GraphQL](#querying-with-graphql)
Expand Down Expand Up @@ -118,6 +119,7 @@ export const createConfig({
],
// ...or a function that takes the client and returns a promise of an array of supported languages
// MUST return an "id" and "title" as strings
// Note: Async language configuration cannot create templates for new documents
// supportedLanguages: (client) => client.fetch(`*[_type == "language"]{id, title}`),

// Required
Expand Down

0 comments on commit 6d3a7ab

Please sign in to comment.