Experience fragment export as json to consume in third party application
Hello,
I am trying to expose experience fragment as JSON data where experience fragment has custom component. I can get the desired JSON with path http://localhost:4502/content/experience-fragments/my-project/us/en/site/globalnav/master/jcr:content/root/globalnav.model.json where globalnav is resource node name created for our custom component.
But my question is that resource node name may change if we reauthor the component & component resource may get different name like "globalnav_randomnumber". How can we get reliable resolver path to access JSON from third party in above scenario ?. @mihnead @joerghoh