Browse Source

misc: added storage supportedModes option

Nick 6 years ago
parent
commit
3b99382df0
1 changed files with 3 additions and 0 deletions
  1. 3 0
      server/modules/storage/disk/definition.yml

+ 3 - 0
server/modules/storage/disk/definition.yml

@@ -4,6 +4,9 @@ description: Local storage on disk or network shares.
 author: requarks.io
 author: requarks.io
 logo: https://static.requarks.io/logo/local-fs.svg
 logo: https://static.requarks.io/logo/local-fs.svg
 website: https://wiki.js.org
 website: https://wiki.js.org
+supportedModes:
+  - sync
+  - push
 props:
 props:
   path:
   path:
     type: String
     type: String