X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=shared%2Fmodels%2Fplugins%2Fclient%2Fplugin-element-placeholder.type.ts;h=7b8a2605b56123c548d18de878bdd307d4524744;hb=de61544582726713c965d3369902f4a464f72e20;hp=129099c624c342878f337ec44a06637c7ac670ca;hpb=8ee37c5f38b0f9b7e97239197d5590109c163250;p=github%2FChocobozzz%2FPeerTube.git diff --git a/shared/models/plugins/client/plugin-element-placeholder.type.ts b/shared/models/plugins/client/plugin-element-placeholder.type.ts index 129099c62..7b8a2605b 100644 --- a/shared/models/plugins/client/plugin-element-placeholder.type.ts +++ b/shared/models/plugins/client/plugin-element-placeholder.type.ts @@ -1 +1,4 @@ -export type PluginElementPlaceholder = 'player-next' +export type PluginElementPlaceholder = + 'player-next' | + 'share-modal-playlist-settings' | + 'share-modal-video-settings'