We have added two extensible attributes to StaticFile OTD on which we have attached OTMCheckBox widget
We are trying to write a separate custom JSP for both these attributes.
In the themes xml we have something like
<core:template key="vcm-widget-simpleselect:StaticFile:" path="/path/customfilename.jsp"/>
Above is working but the override JSP is applied on both the attributes.
But we want to apply the override JSP only on one attribute in same way we can do for contentinstance where we can specify the key in below format
<widgetname>:ContentInstance:<ctdname>:<attributename>
Is there similar way for StaticFile?
Regards,
Deven