I have this on my custom component<?xml version="1.0" encoding="UTF-8"?><jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" jcr:primaryType="cq:Component" jcr:title="Footer" ...
How to render this via Java and show in react? <linkURL jcr:primaryType="nt:unstructured" sling:resourceType="granite/ui/components/coral/foundation/form/pathfield" fieldLabel="Link" nodeTypes="cq:Page" name="./linkURL" required="{Boolean}true" rootPa...
I want to create custom footer component like this, which will have footer dialog and inside that user can add 3 titles and add links, how I can achieve this