Hi Himanshu,The one attached is fully functional, not sure what you missed. Are you saying you dont see any plugin? or only custom style plugin? if you dont see only custom plugin, please check plug-in setting (uiSettings) and make sure you added the custom plug-in. if you dont see any any plugin, i...
Hi Madhukar,You need to check the dispatcher.any and httpd.conf. Are you able to get the page when hitting http:localhost:8080/content/sample/en/customers.html? You might need to check the renders config in Dispatcher.any and dispatcher module in httpd.confFYI, you can check the reference here We.R...
Hi Satis,The TypeHint might be going as String[], please set the typeHint as string.Please add below snippet in dialog and try. <articleprimarytagTypeHint jcr:primaryType="cq:Widget" name="./articleprimarytag@TypeHint" value="String" xtype="hidden"/>its worked for me, hope this works for you...
Hi sai,I don't see any config name as "local", you should have local config value. Did you try adding "local" and test?In externalizer, the config name "local" is hardcoded, so you need to have local regardless you are using it or not.Ex:return externalLink(null, "local", scheme, path);However, exte...
Hi Sai,Did your "local" field empty in Externalizer? in "EMail Notification Service" its mentioned that "Deprecated - Use the 'Link Externalizer' service to configure the host prefix (host.prefix)" The Notification Email uses the "local" config value for host in Email Notification Service FYI, I mad...