doc: improved masks
Massimo Melina committed
Apr 16, 2023 at 12:32 UTC
e4a3852029de6a054d6972cf66e1cf895de9729d
1 file changed
+3
config.md
+3
@@ -66,6 +66,9 @@ Valid keys in a node are:
66
- `can_delete` specify who can delete. Applies to folders with a source. Default is none.
67
- `masks`: maps a file mask to a set of properties as the one documented in this section. E.g.
68
```
69
+ myfile.txt:
70
+ can_see: false
71
+ can_read: false
72
"**/*.mp3":
73
can_read: false
74
"*.jpg|*.png":