]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/plugins/client/plugin-element-placeholder.type.ts
Add plugin hooks/placeholder to share modal
[github/Chocobozzz/PeerTube.git] / shared / models / plugins / client / plugin-element-placeholder.type.ts
index 129099c624c342878f337ec44a06637c7ac670ca..7b8a2605b56123c548d18de878bdd307d4524744 100644 (file)
@@ -1 +1,4 @@
-export type PluginElementPlaceholder = 'player-next'
+export type PluginElementPlaceholder =
+  'player-next' |
+  'share-modal-playlist-settings' |
+  'share-modal-video-settings'