Hi @AmitVishwakarma ,
The suggested approach didn't work either. The tags are still not loading, even though the taxonomy.json is loading without any issues.
I've created a block that includes a tag field. Below is the JSON configuration for setting up the tag field.
{"component": "aem-tag","name": "tags","value": "","label": "Tags","valueType": "string"}
I've created the taxonomy page and published it as per the instructions in the Managing Taxonomy...
@marksarmiento, When customizing variables or methods, ensure the HTML interacts with your model class that extends the OOTB model class, and that the functionality is handled in your custom Impl class.
Hi @Umesh_Thakur , Please verify your query to identify any issues that might be preventing the report from executing without user input before opening the report. If possible please share your query here.
@shankarram2407, please try above approach org.apache.commons.codec.digest.DigestUtils class for MD5 hashing instead of relying on RequestResponseFactory.
Like,
String md5Hex = DigestUtils.md5Hex(responseAsString)
Hope this helps!!
Please try to follow the approaches mentioned in earlier comments, if that doesn't satisfy your condition, can you please share the code snippet of your use case if possible?
Hi Team, Recently we have made a few changes in the filter rules to deny the cross-site content in the current domain. The other filter rules are working fine in PROD but other site content is still accessible on the current domain.Ex: domain 1: www.abc.com/content path of domain1: /content/abc/us/...
Hi @Tushar25 , 1. Please check whether you're able to update any other page properties, if not it might be a permission issue. 2. if the issue is with the thumbnail then please check error.log
Hi @Vishal_Jain03 , Please refer on writing junit test case for workflow https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-to-write-junit-for-workflow/m-p/670463/highlight/true