@sveltia/cms 0.122.2 → 0.123.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/README.md +14 -14
- package/dist/sveltia-cms.js +76 -77
- package/dist/sveltia-cms.js.map +1 -1
- package/dist/sveltia-cms.mjs +55 -56
- 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 +2 -1
package/types/public.d.ts
CHANGED
|
@@ -1695,7 +1695,8 @@ export type EntryCollectionProps = {
|
|
|
1695
1695
|
filter?: CollectionFilter;
|
|
1696
1696
|
/**
|
|
1697
1697
|
* Whether to allow users to create entries in the collection. Default:
|
|
1698
|
-
* `false
|
|
1698
|
+
* `true`. Note that the default value is `false` in Netlify/Decap CMS, whereas Sveltia CMS sets it
|
|
1699
|
+
* to `true` to provide a better out-of-the-box experience.
|
|
1699
1700
|
*/
|
|
1700
1701
|
create?: boolean;
|
|
1701
1702
|
/**
|