]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - 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
1 export type PluginElementPlaceholder =
2 'player-next' |
3 'share-modal-playlist-settings' |
4 'share-modal-video-settings'