Hi there, i have been struggling with this issue for a while now and would really appreciate if someone can point me to the right direction.
I have extended the Link Settings CTD to add few customizations which would allow users to add these as extra attributes when creating inline links. These extra attributes have been added as a relation from the INLINK table.
1) In App Console, these attributes show up at the end of the Custom Link Settings form, but atleast they render on the form.
2) However in Content Workspace, i do not see these extra attributes render at all. I have modified the following files
3) Updated the default-ui.themes.xml file by adding the extra line:
<c:template key="vui-editor:LinkForm:VgnAMPLinkSettings" path="/content/theme/corporate/template/editor/ampLinkForm.jsp"/>
4) The ampLinkForm.jsp is a copy paste of the OOTB linkForm.jsp, and i have added a new line to render the widget when "Content Instance" is selected from the AMP Link Settings form
<vcm:renderWidget id='<%=attributePrefix + "windowstyle"%>'/>
5) I repackaged the vcm-ui.config.jar file which contains the default-ui.themes.xml and deployed it to the VCM server using config p.
6) However when i open the AMP Link Settings form from Content workspaces i do not see this new widget which i added under Content Instance.
Please let me know what am i doing wrong?
Thanks
Atul