Hi,I'll suggest you to add granite:class property in your items to add
extra class which can handle your item layout otherwise you have to take
care to apply it only for specific item.ThanksArun
Hi,This can be done with the help of CSS but I don't think so it would
be a good idea because in dialog the appearing wouldn't be nice if
dialog width is less.ThanksArun
There is a way to achieve this by making call to Sling servlet (which is
registered via resourcesType="componentPath") using java and get
component path using request.getResource().getPath()But this required
credential to make a succesful request in Author, I think you can do it
without credential(Authentication) in the Publish instance.I don't know
if this is feasible or not from your end but I am able to do it in my
local instance.Below is JS file which making kind a ajax call from
component//...
A static resource can only be accessed via the proxy, if it resides in a
resources folder like a resource below the client library folder.As an
example:You have a clientlib in /apps/myproject/clientlibs/fooYou have a
static image in /apps/myprojects/clientlibs/foo/resources/icon.pngThen
you set the allowProxy property on foo to true.You can then request
/etc.clientlibs/myprojects/clientlibs/foo.jsYou can then reference the
image via /etc.clientlibs/myprojects/clientlibs/foo/resources/icon.png
Hi Anuj,Please check Sling:mapping if helps Apache Sling :: Mappings for
Resource Resolution Here you might be looking for
sling:internalRedirectHow to configure Internal and External Redirects
in CQ5 | aemblog