Add fetch to editor plug's requiredPermissions (#738)

pull/741/head
Joe Krill 2024-02-22 17:24:05 -05:00 committed by GitHub
parent cf010b5ef2
commit 46cd0fbb4f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
name: editor
requiredPermissions:
- fetch
functions:
setEditorMode:
path: "./editor.ts:setEditorMode"