Can have option to hide/disable Metric cards and selectors in Workshop in workshop and not to perform any action if any selected default for it ( not to delete, Use them back in future if needed) and reformat/rearrange/adjust the other fields in the Section.
Hi @VenkatPolimera , not sure the exact requirement here. But let me try to give a solution that I currently use to “Not delete a widget which is set up (Example - Metric card in your case)”
->I usually wrap it in a section and use a static boolean variable to conditionally hide it until further requirement. This way users do not see it by defult and also reduce the need to configure the widget again.
Let me know if this is what you intend to do.