appsmithorg / appsmith

Platform to build admin panels, internal tools, and dashboards. Integrates with 25+ databases and any API.
https://www.appsmith.com
Apache License 2.0
32.29k stars 3.5k forks source link

[Task]: Clean widget properties in the DSL #21825

Open riodeuno opened 1 year ago

riodeuno commented 1 year ago

Is there an existing issue for this?

SubTasks

     name: string;
     iconSVG?: string;
     searchTags?: string[];
     features?: WidgetFeatures;
     isDeprecated?: boolean;
     replacement?: string;
     hideCard?: boolean;
     eagerRender?: boolean;
     needsHeightForContent?: boolean;
riodeuno commented 1 year ago

cc @rajatagrawal @SatishGandham @sbalaji1192 @ashit-rath

riodeuno commented 1 year ago

cc @hetunandu - This may be related to the DSL optimisation.