mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-15 18:30:39 +09:00
Add globalToolbarButton slot type and update related documentation
This commit is contained in:
parent
2dbb31ef3c
commit
811e2b9909
7 changed files with 39 additions and 10 deletions
|
|
@ -370,6 +370,7 @@ export const PLUGIN_UI_SLOT_TYPES = [
|
|||
"sidebar",
|
||||
"sidebarPanel",
|
||||
"projectSidebarItem",
|
||||
"globalToolbarButton",
|
||||
"toolbarButton",
|
||||
"contextMenuItem",
|
||||
"commentAnnotation",
|
||||
|
|
@ -419,6 +420,7 @@ export const PLUGIN_LAUNCHER_PLACEMENT_ZONES = [
|
|||
"sidebar",
|
||||
"sidebarPanel",
|
||||
"projectSidebarItem",
|
||||
"globalToolbarButton",
|
||||
"toolbarButton",
|
||||
"contextMenuItem",
|
||||
"commentAnnotation",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue