@sveltia/cms 0.71.0 → 0.71.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 +23 -21
- package/dist/sveltia-cms.js +188 -182
- package/dist/sveltia-cms.js.map +1 -1
- package/dist/sveltia-cms.mjs +175 -169
- package/dist/sveltia-cms.mjs.map +1 -1
- package/package.json +1 -1
- package/types/public.d.ts +2 -2
package/package.json
CHANGED
package/types/public.d.ts
CHANGED
|
@@ -1185,7 +1185,7 @@ export type CollectionMetaData = {
|
|
|
1185
1185
|
path?: CollectionMetaDataPath;
|
|
1186
1186
|
};
|
|
1187
1187
|
/**
|
|
1188
|
-
* Index file
|
|
1188
|
+
* Index file inclusion options.
|
|
1189
1189
|
*/
|
|
1190
1190
|
export type CollectionIndexFile = {
|
|
1191
1191
|
/**
|
|
@@ -1356,7 +1356,7 @@ export type Collection = {
|
|
|
1356
1356
|
*/
|
|
1357
1357
|
meta?: CollectionMetaData;
|
|
1358
1358
|
/**
|
|
1359
|
-
* Index file
|
|
1359
|
+
* Index file inclusion options. Entry collection only.
|
|
1360
1360
|
*/
|
|
1361
1361
|
index_file?: CollectionIndexFile;
|
|
1362
1362
|
/**
|