@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sveltia/cms",
3
- "version": "0.86.1",
3
+ "version": "0.86.2",
4
4
  "description": "Sveltia CMS is a modern, lightweight, Git-based headless content management system.",
5
5
  "keywords": [
6
6
  "cms",
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 collection only.
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