From 15f35256af15b97d2298cc44e76ffcafe73a1c88 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 31 May 2021 11:01:42 +0200 Subject: Add help to custom markdown textarea --- .../shared/shared-custom-markup/shared-custom-markup.module.ts | 8 +++++--- 1 file changed, 5 insertions(+), 3 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 d03aa856f..66f6b98f6 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' @@ -8,6 +7,7 @@ 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 { CustomMarkupHelpComponent } from './custom-markup-help.component' import { CustomMarkupService } from './custom-markup.service' import { DynamicElementService } from './dynamic-element.service' import { EmbedMarkupComponent } from './embed-markup.component' @@ -32,7 +32,8 @@ import { VideosListMarkupComponent } from './videos-list-markup.component' ChannelMiniatureMarkupComponent, EmbedMarkupComponent, VideosListMarkupComponent, - ButtonMarkupComponent + ButtonMarkupComponent, + CustomMarkupHelpComponent ], exports: [ @@ -41,7 +42,8 @@ import { VideosListMarkupComponent } from './videos-list-markup.component' ChannelMiniatureMarkupComponent, VideosListMarkupComponent, EmbedMarkupComponent, - ButtonMarkupComponent + ButtonMarkupComponent, + CustomMarkupHelpComponent ], providers: [ -- cgit v1.2.3