1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 02:39:33 +02:00

Add plugin placeholder elements support

This commit is contained in:
Chocobozzz 2021-04-12 11:10:57 +02:00
parent c96e457bde
commit 62bc0352d9
No known key found for this signature in database
GPG key ID: 583A612D890159BE
8 changed files with 47 additions and 7 deletions

View file

@ -7,6 +7,7 @@ export * from './peertube-plugin-index.model'
export * from './peertube-plugin-latest-version.model'
export * from './peertube-plugin.model'
export * from './plugin-client-scope.type'
export * from './plugin-element-placeholder.type'
export * from './plugin-package-json.model'
export * from './plugin-playlist-privacy-manager.model'
export * from './plugin-settings-manager.model'