Add a config option to control the default widget container height (#12893)

* Add a config option to control the default widget container height

* Oops: need to remember to git checkout
This commit is contained in:
David Baker
2024-08-27 09:59:54 +00:00
committed by GitHub
parent e599428b74
commit f0a75d8ad5
3 changed files with 87 additions and 1 deletions
+1
View File
@@ -98,6 +98,7 @@ export interface IConfigOptions {
integrations_ui_url?: string;
integrations_rest_url?: string;
integrations_widgets_urls?: string[];
default_widget_container_height?: number; // height in pixels
show_labs_settings: boolean;
features?: Record<string, boolean>; // <FeatureName, EnabledBool>