Quick Links
Run the code to update the widget/packet zip files based on the file system changes.
You will need to update the widget-def.cfm file in folder /cust/webroot/site1/_cs_widgets/_common/tools/.
add a widget like
abbr = 'imagetextblock';
packetPath = '#pRootDir#csw-#abbr#/';
_widget = {};
_widget.name = 'Image Textblock';
_widget.file = 'csw-#abbr#-widget.zip';
_widget.packetArray = [
'#commonPath#CSWidgetButtonSizes-Custom-Element-with-data.zip',
'#commonPath#CSWidgetButtonStyles-Custom-Element-with-data.zip',
'#commonPath#CSWidgetColors-Custom-Element-with-data.zip',
'#commonPath#CSWidgetSizes-Custom-Element-with-data.zip',
'#packetPath#CSW-ImageTextBlock-Metadata-Form.zip',
'#packetPath#CSW-Image-Textblock-Widget-Generic-Custom-Render-Handler.zip',
'#packetPath#Image-Textblock-Widget-Custom-Element.zip'];
ArrayAppend(allWidgets, _widget);