@sveltia/cms 0.86.0 → 0.86.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 -1
- package/dist/sveltia-cms.js +185 -185
- package/dist/sveltia-cms.js.map +1 -1
- package/dist/sveltia-cms.mjs +179 -179
- package/dist/sveltia-cms.mjs.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -894,9 +894,10 @@ collections:
|
|
|
894
894
|
fields: # Fields for regular entries
|
|
895
895
|
...
|
|
896
896
|
index_file:
|
|
897
|
+
# All of the following options are optional, but if you want to omit all the options,
|
|
898
|
+
# be sure to provide an empty object like `index_file: {}`
|
|
897
899
|
fields: # Fields for the index file. If omitted, regular entry fields are used
|
|
898
900
|
...
|
|
899
|
-
# All of the following options are optional
|
|
900
901
|
name: _index # File name without a locale or extension. Default: _index
|
|
901
902
|
label: Index File # Human-readable file label. Default: Index File
|
|
902
903
|
icon: home # Material Symbols icon name. Default: home
|