diff --git a/frontend/src/Editor/WidgetManager/widgetConfig.js b/frontend/src/Editor/WidgetManager/widgetConfig.js index ed14ff44b1..2ba4f1b51f 100644 --- a/frontend/src/Editor/WidgetManager/widgetConfig.js +++ b/frontend/src/Editor/WidgetManager/widgetConfig.js @@ -3355,7 +3355,13 @@ export const widgets = [ onRowClicked: { displayName: 'Row clicked' }, }, styles: { - backgroundColor: { type: 'color' }, + backgroundColor: { + type: 'color', + displayName: 'Background color', + validation: { + schema: { type: 'string' }, + }, + }, visibility: { type: 'toggle', displayName: 'Visibility',