This repository was archived by the owner on Feb 3, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ export const CONFIG_DEFAULT: Required<PluginConfig> = {
1111 select : { } ,
1212 defaultLanguages : [ ] ,
1313 fieldTypes : [ ] ,
14- apiVersion : '2022-11-27 ' ,
14+ apiVersion : '2025-10-15 ' ,
1515 buttonLocations : [ 'field' ] ,
1616 buttonAddAll : true ,
1717 languageDisplay : 'codeOnly' ,
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import {flattenSchemaType} from './utils/flattenSchemaType'
1313export const internationalizedArray = definePlugin < PluginConfig > ( ( config ) => {
1414 const pluginConfig = { ...CONFIG_DEFAULT , ...config }
1515 const {
16- apiVersion = '2022-11-27 ' ,
16+ apiVersion = '2025-10-15 ' ,
1717 select,
1818 languages,
1919 fieldTypes,
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ export type LanguageDisplay = 'titleOnly' | 'codeOnly' | 'titleAndCode'
4040export type PluginConfig = {
4141 /**
4242 * https://www.sanity.io/docs/api-versioning
43- * @defaultValue '2022-11-27 '
43+ * @defaultValue '2025-10-15 '
4444 */
4545 apiVersion ?: string
4646 /**
You can’t perform that action at this time.
0 commit comments