hfs 0.35.0 → 0.37.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/README.md CHANGED
@@ -196,11 +196,10 @@ Valid keys in a node are:
196
196
  - `can_delete` specify who can delete. Applies to folders with a source. Default is none.
197
197
  - `masks`: maps a file mask to a set of properties as the one documented in this section. E.g.
198
198
  ```
199
- masks:
200
- "**/*.mp3":
201
- can_read: false
202
- "*.jpg|*.png":
203
- mime: auto
199
+ "**/*.mp3":
200
+ can_read: false
201
+ "*.jpg|*.png":
202
+ mime: auto
204
203
  ```
205
204
 
206
205
  Permissions set on an inner element will override inherited permissions. This means that you can restrict access to folder1,