Fixes #956
parent
11967b82a6
commit
b0a7fa913b
|
@ -5,22 +5,22 @@ functions:
|
||||||
readFile:
|
readFile:
|
||||||
path: ./federation.ts:readFile
|
path: ./federation.ts:readFile
|
||||||
pageNamespace:
|
pageNamespace:
|
||||||
pattern: "!.+"
|
pattern: "^!.+"
|
||||||
operation: readFile
|
operation: readFile
|
||||||
writeFile:
|
writeFile:
|
||||||
path: ./federation.ts:writeFile
|
path: ./federation.ts:writeFile
|
||||||
pageNamespace:
|
pageNamespace:
|
||||||
pattern: "!.+"
|
pattern: "^!.+"
|
||||||
operation: writeFile
|
operation: writeFile
|
||||||
deleteFile:
|
deleteFile:
|
||||||
path: ./federation.ts:deleteFile
|
path: ./federation.ts:deleteFile
|
||||||
pageNamespace:
|
pageNamespace:
|
||||||
pattern: "!.+"
|
pattern: "^!.+"
|
||||||
operation: deleteFile
|
operation: deleteFile
|
||||||
getFileMeta:
|
getFileMeta:
|
||||||
path: ./federation.ts:getFileMeta
|
path: ./federation.ts:getFileMeta
|
||||||
pageNamespace:
|
pageNamespace:
|
||||||
pattern: "!.+"
|
pattern: "^!.+"
|
||||||
operation: getFileMeta
|
operation: getFileMeta
|
||||||
|
|
||||||
# Library management commands
|
# Library management commands
|
||||||
|
|
Loading…
Reference in New Issue