From 2ecea1730f1133ecde88b8e7a5100b551a397e63 Mon Sep 17 00:00:00 2001 From: juliannemarik Date: Fri, 18 Aug 2023 09:03:33 -0500 Subject: [PATCH] fix: add size description to thumbnail field --- packages/common/src/groups/_internal/GroupUiSchemaEdit.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/common/src/groups/_internal/GroupUiSchemaEdit.ts b/packages/common/src/groups/_internal/GroupUiSchemaEdit.ts index fd6e6a3ee10..ff7f3bd3f9f 100644 --- a/packages/common/src/groups/_internal/GroupUiSchemaEdit.ts +++ b/packages/common/src/groups/_internal/GroupUiSchemaEdit.ts @@ -48,6 +48,9 @@ export const uiSchema: IUiSchema = { helperText: { labelKey: "{{i18nScope}}.fields._thumbnail.helperText", }, + sizeDescription: { + labelKey: "{{i18nScope}}.fields._thumbnail.sizeDescription", + }, }, }, ],