]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/shared-custom-markup/shared-custom-markup.module.ts
Fix peertube container in markdown preview
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-custom-markup / shared-custom-markup.module.ts
index 4bbb7158838c201c5fa8931a260e92f23cee8778..dccd6470987ef60dd78460191471bbfb47c8a02e 100644 (file)
@@ -1,4 +1,3 @@
-
 import { CommonModule } from '@angular/common'
 import { NgModule } from '@angular/core'
 import { SharedActorImageModule } from '../shared-actor-image/shared-actor-image.module'
@@ -6,13 +5,18 @@ import { SharedGlobalIconModule } from '../shared-icons'
 import { SharedMainModule } from '../shared-main'
 import { SharedVideoMiniatureModule } from '../shared-video-miniature'
 import { SharedVideoPlaylistModule } from '../shared-video-playlist'
-import { ChannelMiniatureMarkupComponent } from './channel-miniature-markup.component'
+import { CustomMarkupContainerComponent } from './custom-markup-container.component'
+import { CustomMarkupHelpComponent } from './custom-markup-help.component'
 import { CustomMarkupService } from './custom-markup.service'
 import { DynamicElementService } from './dynamic-element.service'
-import { EmbedMarkupComponent } from './embed-markup.component'
-import { PlaylistMiniatureMarkupComponent } from './playlist-miniature-markup.component'
-import { VideoMiniatureMarkupComponent } from './video-miniature-markup.component'
-import { VideosListMarkupComponent } from './videos-list-markup.component'
+import {
+  ButtonMarkupComponent,
+  ChannelMiniatureMarkupComponent,
+  EmbedMarkupComponent,
+  PlaylistMiniatureMarkupComponent,
+  VideoMiniatureMarkupComponent,
+  VideosListMarkupComponent
+} from './peertube-custom-tags'
 
 @NgModule({
   imports: [
@@ -30,7 +34,10 @@ import { VideosListMarkupComponent } from './videos-list-markup.component'
     PlaylistMiniatureMarkupComponent,
     ChannelMiniatureMarkupComponent,
     EmbedMarkupComponent,
-    VideosListMarkupComponent
+    VideosListMarkupComponent,
+    ButtonMarkupComponent,
+    CustomMarkupHelpComponent,
+    CustomMarkupContainerComponent
   ],
 
   exports: [
@@ -38,7 +45,10 @@ import { VideosListMarkupComponent } from './videos-list-markup.component'
     PlaylistMiniatureMarkupComponent,
     ChannelMiniatureMarkupComponent,
     VideosListMarkupComponent,
-    EmbedMarkupComponent
+    EmbedMarkupComponent,
+    ButtonMarkupComponent,
+    CustomMarkupHelpComponent,
+    CustomMarkupContainerComponent
   ],
 
   providers: [