@sveltia/cms 0.156.3 → 0.157.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/sveltia-cms.js +224 -224
- package/dist/sveltia-cms.js.map +1 -1
- package/dist/sveltia-cms.mjs +197 -197
- package/dist/sveltia-cms.mjs.map +1 -1
- package/package.json +1 -1
- package/schema/sveltia-cms.json +1 -1
- package/types/public.d.ts +1 -1
package/types/public.d.ts
CHANGED
|
@@ -1370,7 +1370,7 @@ export type Field = StandardField | CustomField;
|
|
|
1370
1370
|
/**
|
|
1371
1371
|
* Internationalization (i18n) file structure type.
|
|
1372
1372
|
*/
|
|
1373
|
-
export type I18nFileStructure = "single_file" | "multiple_files" | "multiple_folders" | "multiple_folders_i18n_root" | "multiple_root_folders";
|
|
1373
|
+
export type I18nFileStructure = "single_file" | "single_file_flat_default" | "multiple_files" | "multiple_folders" | "multiple_folders_i18n_root" | "multiple_root_folders";
|
|
1374
1374
|
/**
|
|
1375
1375
|
* Global, collection-level or collection file-level i18n options. See the
|
|
1376
1376
|
* [documentation](https://sveltiacms.app/en/docs/i18n) for details.
|