diff --git a/packages/common/src/utils/configSchema.ts b/packages/common/src/utils/configSchema.ts index 43c2d60af..37c3dd62d 100644 --- a/packages/common/src/utils/configSchema.ts +++ b/packages/common/src/utils/configSchema.ts @@ -14,7 +14,7 @@ const menuSchema: SchemaOf = object().shape({ label: string().defined(), contentId: string().defined(), filterTags: string().notRequired(), - type: mixed().oneOf(['playlist', 'content_list']).notRequired(), + type: mixed().oneOf(['playlist', 'content_list', 'media']).notRequired(), }); const featuresSchema: SchemaOf = object({