From 630421392314a4d78506f060055c754dfddf220b Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 28 May 2021 15:23:17 +0200 Subject: Support peertube button in custom markup --- .../app/shared/shared-custom-markup/shared-custom-markup.module.ts | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'client/src/app/shared/shared-custom-markup/shared-custom-markup.module.ts') 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 4bbb71588..d03aa856f 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 @@ -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: [ -- cgit v1.2.3