mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 12:24:38 +03:00
Add PerformerSelect as loadable component (#5528)
* Add PerformerSelect to loadable components * Add PerformerSelect to example plugin
This commit is contained in:
@@ -83,6 +83,7 @@ export const PluginApi = {
|
||||
loadableComponents: {
|
||||
// add components as needed for plugins that provide pages
|
||||
SceneCard: () => import("./components/Scenes/SceneCard"),
|
||||
PerformerSelect: () => import("./components/Performers/PerformerSelect"),
|
||||
},
|
||||
components,
|
||||
utils: {
|
||||
|
||||
Reference in New Issue
Block a user