Hi,In pageproperties there is a thumbnail field available where user can
use upload or select from dam.If I upload it will be saved as
/image/file/thumbnail/thumbnail_315If I use select it can be used as
/image/filereference in the HTML or jspIn the same way how can I access
the image of I save it using upload as it is store as in the following
node structure/image/file/thumbnail/thumbnail_315.Also does the image
uploaded using the upload option will rewrite the name of the asset as
it is saved ...
Hi,Is there any way to add the multifiled in the configuration
manager?or is there any way to add key value pair to the configuration
manager?Please provide any inputs .Thanks
i am working on customizing the assetlink share.I see a POST call to the
backendand the data is stored in the path /var/dam/share when the dialog
submitted.The call is as
below:http://localhost:4502/content/dam/ee-help.adhocassetshare.htmlThe
code is from com.day.cq.dam.core.impl.assetlinkshareBut i am uable to
find the assetlinkshare in ubar jar or in com.day.cq.dam.impl jar.Please
share any git or nexus repository where i can find the assetlinkshare
implementation
Hi,I tried to work as mentioned in Enabling JSON Export for a ComponentI
have created a experience fragment with image component from core
components /apps/core/wcm/components/image/v2/image.I have used the XF
in the page
http://localhost:5002/editor.html/content/we-retail/us/en/user.html
suppose i have configured the dialog having alt text as "my test
image"now how can i get the component data as json(as if my test image
in json)??Any supported documentation would be helpful.
I have a multifield in classic ui with text, datetime, datetime
fields.when i open the dialog for the first time it is fine .when i edit
next the time field is overlapped with date field as below.Does anyone
faced same issue??