@sveltia/cms 0.2.5 → 0.3.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.
Files changed (3) hide show
  1. package/README.md +2 -2
  2. package/dist/sveltia-cms.js +203 -203
  3. package/package.json +14 -15
package/README.md CHANGED
@@ -105,8 +105,8 @@ While we’re not recreating all the features found in Netlify/Decap CMS, our pl
105
105
  | GitHub GraphQL API | Sveltia CMS uses GraphQL with no configuration for a better performance. It cannot be disabled. |
106
106
  | GitLab GraphQL API | The GitLab backend is not yet supported. |
107
107
  | Open Authoring | Not yet supported. |
108
- | Folder Collections Path | Not yet supported. |
109
- | Folder Collections Media and Public Folder | Only the _undocumented_, absolute path per-collection folder configuration is currently supported. [See below](#use-a-custom-media-folder-for-a-collection). |
108
+ | Folder Collections Path | Supported. |
109
+ | Folder Collections Media and Public Folder | Only the _undocumented_, [absolute path per-collection folder](#use-a-custom-media-folder-for-a-collection) configuration is currently supported. The relative path support is coming soon. |
110
110
  | List Widget: Variable Types | Supported. |
111
111
  | Custom Mount Element | Supported. |
112
112
  | Manual Initialization | Not yet supported. |