From 7294aab0c879ef96c0fde15c389a2c4c1463d3c7 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 20 Aug 2020 16:18:16 +0200 Subject: Add ability to set custom field to video form --- client/src/app/shared/shared-forms/shared-form.module.ts | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'client/src/app/shared/shared-forms/shared-form.module.ts') diff --git a/client/src/app/shared/shared-forms/shared-form.module.ts b/client/src/app/shared/shared-forms/shared-form.module.ts index 1946ac21f..a28988f87 100644 --- a/client/src/app/shared/shared-forms/shared-form.module.ts +++ b/client/src/app/shared/shared-forms/shared-form.module.ts @@ -15,6 +15,7 @@ import { ReactiveFileComponent } from './reactive-file.component' import { SelectChannelComponent, SelectCheckboxComponent, SelectOptionsComponent, SelectTagsComponent } from './select' import { TextareaAutoResizeDirective } from './textarea-autoresize.directive' import { TimestampInputComponent } from './timestamp-input.component' +import { DynamicFormFieldComponent } from './dynamic-form-field.component' @NgModule({ imports: [ @@ -41,7 +42,9 @@ import { TimestampInputComponent } from './timestamp-input.component' SelectChannelComponent, SelectOptionsComponent, SelectTagsComponent, - SelectCheckboxComponent + SelectCheckboxComponent, + + DynamicFormFieldComponent ], exports: [ @@ -63,7 +66,9 @@ import { TimestampInputComponent } from './timestamp-input.component' SelectChannelComponent, SelectOptionsComponent, SelectTagsComponent, - SelectCheckboxComponent + SelectCheckboxComponent, + + DynamicFormFieldComponent ], providers: [ -- cgit v1.2.3