I have two sites for example
/content
------siteA
------siteB
whenever an author authors the sling vanity property for a particular page under site A, I want to append /siteA/ as a prefix to the value stored, similarly when an author authors vanity property under siteB, I need to append /siteB/ as a prefix to the value stored.
I came to know what we can achieve it using vanity-root tenant conf but could not find any documentation anywhere.
Any suggestions on how to achieve this.
Thanks in Advance!!