How to export Local References of an asset in JSON format by Yoshimasa Ishiguro Abstract This article will explain how to export the references of an asset in JSON format instead of needing to go to the UI and see them for each asset.Issue/Symptoms You can see the Local References of an asset on th...
Hi, I have a dialog where on dropdown change some fields are shown or hidden. I have some fields which are having "required" as "true".Whenever I am submitting this dialog. Its showing validation error on hidden fields and form is not getting saved.How to disable validation for hidden fields ?Thank ...
A question about AEM performance, particularly workflow related activities, including usability of the Workflow Admin interface.AEM 6.2 seems to disable by default the event.job.topic property index (/oak:index/event.job.topic). The intent SEEMS to be to replace this with the slingeventJob (/oak:in...
Hi All, Need help on knowing how to enable the adobe IP's to connect to AEM from AWS. We are having an AEM instances in AWS and we are trying to enable the abode IP's for accessing it from AWS. Could you Pls let me whether I need to do any configuration in AWS and in our internal network side. Thank...
I have checked the checkbox in dialog(Touch UI), and the content node value is getting updated as true. But when i reopen the dialog, check mark is not getting populated. I have tried the other way round, by setting the checkbox marked as true by default. so when i open the dialog, i could see the c...
[Thread Edited By Adobe] /*Don’t forget to meet and greet your fellow peers virtually by telling them about yourself here. Go ahead and to it now: https://adobe.ly/3eDnB4v */ Actual Post: Hi, I have a question regarding multivalued property of type granite/ui/components/foundation/form/multifield...
Hi,I am trying to delete the existing property (Both key-value) from a node and then calling node.setProperty() to add a new property for a given node. My node has property as: "jcr:mixinTypes: mix:versionable"I randomly started getting error as: OakVersion0001: Cannot delete property on checked in...
I've taken the adhocassetshare folder from /libs and made a copy inside /apps so that I now have " apps/dam/gui/components/admin/adhocassetshare " Inside of /apps/dam/gui/components/admin/adhocassetshare/clientlibs/landingpage/js/landingpage.js I put console.log('test'); inside the first few lines, ...
Hello,We are unable to access publish crxde /server using the IP.Error logs show following error - AH01382: Request header read timeoutWe increased time on our httpd.conf using the following and restarted Apache although it was of no use.<IfModule reqtimeout_module> RequestReadTimeout header=60,min...
Hi I have a problem with the formatiing in HTL strings..... In my case this works:<p>${"For more details see <b>Sale Conditions</b> and <b>Cats Terms and Conditions</b>" @ i18n, context='html'}</p>and this works${"For more details see {0} and {1}" @ i18n, context='html', format = ['Sale Conditions',...
I have noticed that when we drag and drop a component in a page in touch ui mode, an initial text is coming up for each components. For example, when I include an image component in page, initially(if nothing is authored), a text "Image" is getting displayed. I would link to implement same in my cus...