diff options
Diffstat (limited to 'client/src/app/shared')
-rw-r--r-- | client/src/app/shared/forms/form-validators/video.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/client/src/app/shared/forms/form-validators/video.ts b/client/src/app/shared/forms/form-validators/video.ts index 50d7304b5..293fd805f 100644 --- a/client/src/app/shared/forms/form-validators/video.ts +++ b/client/src/app/shared/forms/form-validators/video.ts | |||
@@ -23,6 +23,11 @@ export const VIDEO_LICENCE = { | |||
23 | } | 23 | } |
24 | }; | 24 | }; |
25 | 25 | ||
26 | export const VIDEO_LANGUAGE = { | ||
27 | VALIDATORS: [ ], | ||
28 | MESSAGES: {} | ||
29 | }; | ||
30 | |||
26 | export const VIDEO_DESCRIPTION = { | 31 | export const VIDEO_DESCRIPTION = { |
27 | VALIDATORS: [ Validators.required, Validators.minLength(3), Validators.maxLength(250) ], | 32 | VALIDATORS: [ Validators.required, Validators.minLength(3), Validators.maxLength(250) ], |
28 | MESSAGES: { | 33 | MESSAGES: { |