@sveltia/cms 0.86.1 → 0.86.2

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 CHANGED
@@ -894,13 +894,13 @@ 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: {}`
899
- fields: # Fields for the index file. If omitted, regular entry fields are used
900
- ...
897
+ # All of the following options are optional. However, if you want to omit them all,
898
+ # use `index_file: true` or `index_file: {}`. Otherwise the feature won’t work
901
899
  name: _index # File name without a locale or extension. Default: _index
902
900
  label: Index File # Human-readable file label. Default: Index File
903
901
  icon: home # Material Symbols icon name. Default: home
902
+ fields: # Fields for the index file. If omitted, regular entry fields are used
903
+ ...
904
904
  editor:
905
905
  preview: false # Hide the preview pane if needed. Default: true
906
906
  ```