f30b1d3418
Templates 2.0 and a whole bunch of other refactoring
36 lines
788 B
YAML
36 lines
788 B
YAML
name: federation
|
|
requiredPermissions:
|
|
- fetch
|
|
functions:
|
|
listFiles:
|
|
path: ./federation.ts:listFiles
|
|
env: server
|
|
pageNamespace:
|
|
pattern: "!.+"
|
|
operation: listFiles
|
|
readFile:
|
|
path: ./federation.ts:readFile
|
|
pageNamespace:
|
|
pattern: "!.+"
|
|
operation: readFile
|
|
writeFile:
|
|
path: ./federation.ts:writeFile
|
|
pageNamespace:
|
|
pattern: "!.+"
|
|
operation: writeFile
|
|
deleteFile:
|
|
path: ./federation.ts:deleteFile
|
|
pageNamespace:
|
|
pattern: "!.+"
|
|
operation: deleteFile
|
|
getFileMeta:
|
|
path: ./federation.ts:getFileMeta
|
|
pageNamespace:
|
|
pattern: "!.+"
|
|
operation: getFileMeta
|
|
|
|
# Library management
|
|
importLibraryCommand:
|
|
path: library.ts:importLibraryCommand
|
|
command:
|
|
name: "Library: Import" |