Hi,Could someone provide details about "replication-receiver" OOTB user?1. What this user used for?2. How it should affect on AEM if I delete this user at all? I've found a note (http://docs.adobe.com/docs/en/aem/6-0/administer/security/security-checklist.html):The replication user should also not b...
Hello,I need to get all Vanity URLs in CQ instance.I can write something like this //element(*)[@sling:vanityPath].Is there a better way to do it, such as accessing some internal map?Thanks.
Hello Anand,If you don't want to create additional live copy, you can create custom live action and implement additional logic there.https://dev.day.com/docs/en/cq/5-5/developing/multi_site_manager_dev.html
Hello,I created a node with jcr:mimeType = text/plain and jcr:primaryType = nt:resource.But this node displays as HTML page.Is it possible to render this node like a plain text?Thanks.
I can suggest to manually remove all resources which related to your application.After this create package with filters to resources which were removed on previous step.When you need to remove all parts of an application, you can install this package.
Hello,I'm using DropDown List Component (fd/af/components/guidedropdownlist).And in generated HTML <select> with attribute size="1".Example: <select name="guideContainer-rootPanel-Panel1-guidedropdownlist___jqName" style="width: 100%; height: 100%; box-sizing: border-box; position: relative;" size="...
Hello,Could you please provide more details?You can use http://jackrabbit.apache.org/api/2.0/org/apache/jackrabbit/util/ISO9075.html#encodePath%28java.lang.String%29 to encode your path which starts with numbers.