@sveltia/cms 0.55.0 → 0.55.1
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 +2 -2
- package/dist/sveltia-cms.js +71 -71
- package/dist/sveltia-cms.js.map +1 -1
- package/dist/sveltia-cms.mjs +64 -64
- package/dist/sveltia-cms.mjs.map +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -196,7 +196,7 @@ We hope Netlify/Decap CMS users will be pleased and surprised by the hundreds of
|
|
|
196
196
|
|
|
197
197
|
### Better installation
|
|
198
198
|
|
|
199
|
-
- Sveltia CMS automatically adds the [robots `meta` tag](https://developers.google.com/search/docs/crawling-indexing/robots-meta-tag) to HTML to prevent the admin page from being indexed by search engines. Developers are still
|
|
199
|
+
- Sveltia CMS automatically adds the [robots `meta` tag](https://developers.google.com/search/docs/crawling-indexing/robots-meta-tag) to HTML to prevent the admin page from being indexed by search engines. Developers are still encouraged to manually add `<meta name="robots" content="noindex">` to `index.html`, as not all crawlers support dynamically added tags. However, our solution should at least work with Google in case you forget to do so.[^174]
|
|
200
200
|
- Some servers and frameworks are known to remove the trailing slash from the CMS URL (`/admin`) depending on the configuration. In such cases, the config file is loaded from a root-relative URL (`/admin/config.yml`) instead of a regular relative URL (`./config.yml` = `/config.yml`) that results in a 404 Not Found error.[^107]
|
|
201
201
|
- Supports a [JSON configuration file](#providing-a-json-configuration-file) that can be generated for bulk or complex collections.[^60]
|
|
202
202
|
|
|
@@ -878,7 +878,7 @@ Note: The `root` option is ignored if the collection or collection file contains
|
|
|
878
878
|
|
|
879
879
|
### Controlling data output
|
|
880
880
|
|
|
881
|
-
Sveltia CMS supports some [data output](#better-data-output) options, including JSON/YAML formatting preferences,
|
|
881
|
+
Sveltia CMS supports some [data output](#better-data-output) options, including JSON/YAML formatting preferences, at the root level of the configuration file. The default options are listed below:
|
|
882
882
|
|
|
883
883
|
```yaml
|
|
884
884
|
output:
|