X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fshared-custom-markup%2Fshared-custom-markup.module.ts;h=dccd6470987ef60dd78460191471bbfb47c8a02e;hb=76b8d72e324d3a148beec38ed7b36ccfd5eb4009;hp=d03aa856faf0c96e40ea364e61a310d3a199b217;hpb=630421392314a4d78506f060055c754dfddf220b;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/shared/shared-custom-markup/shared-custom-markup.module.ts b/client/src/app/shared/shared-custom-markup/shared-custom-markup.module.ts index d03aa856f..dccd64709 100644 --- a/client/src/app/shared/shared-custom-markup/shared-custom-markup.module.ts +++ b/client/src/app/shared/shared-custom-markup/shared-custom-markup.module.ts @@ -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,14 +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 { ButtonMarkupComponent } from './button-markup.component' -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: [ @@ -32,7 +35,9 @@ import { VideosListMarkupComponent } from './videos-list-markup.component' ChannelMiniatureMarkupComponent, EmbedMarkupComponent, VideosListMarkupComponent, - ButtonMarkupComponent + ButtonMarkupComponent, + CustomMarkupHelpComponent, + CustomMarkupContainerComponent ], exports: [ @@ -41,7 +46,9 @@ import { VideosListMarkupComponent } from './videos-list-markup.component' ChannelMiniatureMarkupComponent, VideosListMarkupComponent, EmbedMarkupComponent, - ButtonMarkupComponent + ButtonMarkupComponent, + CustomMarkupHelpComponent, + CustomMarkupContainerComponent ], providers: [