@sveltia/cms 0.86.1 → 0.86.2
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/README.md +4 -4
- package/dist/sveltia-cms.js +345 -345
- package/dist/sveltia-cms.js.map +1 -1
- package/dist/sveltia-cms.mjs +341 -341
- package/dist/sveltia-cms.mjs.map +1 -1
- package/package.json +1 -1
- package/types/public.d.ts +4 -2
package/package.json
CHANGED
package/types/public.d.ts
CHANGED
|
@@ -1467,9 +1467,11 @@ export type Collection = {
|
|
|
1467
1467
|
*/
|
|
1468
1468
|
meta?: CollectionMetaData;
|
|
1469
1469
|
/**
|
|
1470
|
-
* Index file inclusion options. Entry
|
|
1470
|
+
* Index file inclusion options. Entry
|
|
1471
|
+
* collection only. If `true`, the default index file name is `_index`, which is used for Hugo’s
|
|
1472
|
+
* special index file.
|
|
1471
1473
|
*/
|
|
1472
|
-
index_file?: CollectionIndexFile;
|
|
1474
|
+
index_file?: CollectionIndexFile | boolean;
|
|
1473
1475
|
/**
|
|
1474
1476
|
* Whether to double-quote all the strings values if the YAML
|
|
1475
1477
|
* format is used for file output. Default: `false`. DEPRECATED in favor of the global YAML format
|