@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/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
  /**