How will a make changes to the jcr:content for sling:configRef, if my author domin and publish domin is different?
ex: author: www.author.xyz.com
publish: www.publish.abc.com
I have created 2 client id for it, but how to make it working when i need to configure sling:configRef in content node.
If an author replicates the content then the author "sling:configRef" will move to publish which will make this inconsistent.
Please suggest.