]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/shared-custom-markup/shared-custom-markup.module.ts
Support peertube button in custom markup
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-custom-markup / shared-custom-markup.module.ts
index 4bbb7158838c201c5fa8931a260e92f23cee8778..d03aa856faf0c96e40ea364e61a310d3a199b217 100644 (file)
@@ -6,6 +6,7 @@ import { SharedGlobalIconModule } from '../shared-icons'
 import { SharedMainModule } from '../shared-main'
 import { SharedVideoMiniatureModule } from '../shared-video-miniature'
 import { SharedVideoPlaylistModule } from '../shared-video-playlist'
+import { ButtonMarkupComponent } from './button-markup.component'
 import { ChannelMiniatureMarkupComponent } from './channel-miniature-markup.component'
 import { CustomMarkupService } from './custom-markup.service'
 import { DynamicElementService } from './dynamic-element.service'
@@ -30,7 +31,8 @@ import { VideosListMarkupComponent } from './videos-list-markup.component'
     PlaylistMiniatureMarkupComponent,
     ChannelMiniatureMarkupComponent,
     EmbedMarkupComponent,
-    VideosListMarkupComponent
+    VideosListMarkupComponent,
+    ButtonMarkupComponent
   ],
 
   exports: [
@@ -38,7 +40,8 @@ import { VideosListMarkupComponent } from './videos-list-markup.component'
     PlaylistMiniatureMarkupComponent,
     ChannelMiniatureMarkupComponent,
     VideosListMarkupComponent,
-    EmbedMarkupComponent
+    EmbedMarkupComponent,
+    ButtonMarkupComponent
   ],
 
   providers: [