Hello everyone,does anyone know if there is a way to make the rendered html more readable?. I mean, properly tabulated and ordered.I'm using sigthly and the markup of each component is well tabulated on the app code.But I understand that the rendering engine is modifying that indentation and render...
Finally i found the solution!! and yes, it is using Sling Content Distribution api.Find below the most import part of the code and let me know if you have questions ...
import org.apache.sling.distribution.DistributionRequestType;
import org.apache.sling.distribution.DistributionResponse;
impor...
Hi Jörg_HohCan i do that by code? I need to add a custom action for the authors.What do you think about https://sling.apache.org/documentation/bundles/distribution.html#forward-distribution and SimpleDistributionRequest sdr = new SimpleDistributionRequest(DistributionRequestType.ADD, true, as...
Hi community,I'm trying to find a way to activate the page properties without activating the content of the components.So, I want to activate only the jcr:content node without the child nodes.I've read the replication API but I can't find something to help me. ReplicationContentFilter and also check...
Hi here, i'm using this configurationand it seems to work, i mean, I've deactivated the filter for all paths, but I have added a rule to validate everything in content except pdfswhat do you think? should i add more paths on Included Resource Paths, as for example, /etc, /libs, /apps etc
Hi all,I'm having an strange issue with the LiveCopy sync configuration node.Basically we have a master site (Blueprint) and then we have severals live copies. We also have several custom rollout configurations with their live actions. These rollout configs are configured on the pages under the mast...
Hi all, i found the issue and the solution, I was testing in aem 6.3.3 and the problem does not occur. Then, I realized that the problem was in 6.3, comparing the js I see that it has been solved sometime between 6.3 and 6.3.3.AEM 6.3.0.0AEM 6.3.3.0So the solution is to update the instance.Thanks to...