You can easily use the Header and footer along with the react components within SPA. I configured the Template structure for the header and footer using experience fragments and used a container for holding the SPA pages. <root
jcr:primaryType="nt:unstructured"
sling:resource...
The path field is designed in such a way that you can limit selecting a page under a particular (given) hierarchy. and you can control the root node under which you want to restrict the selection but not the child level. To achieve your use case you will need to use something custom i.e. js validat...
Yes, You can push any branch in the cloud manager repo. To deploy it, you must edit the pipeline and set the branch you want to deploy. Alternatively, If you need to do it quite frequently then an RDE environment can be used.
Hi, I suggest to try below line for above example - RewriteCond %{REQUEST_URI} !^/vanityAs your vanity path is starting with vanity so this can be utilized as a pattern to skip such kind of URLs from being rewrite. Add above line before RewriteRule ^/(.*)$ /content/businessunit/branch/locale/home/$...