Is there a way for me to augment the component edit configs printed to the HTML behind the scenes for the authoring UI. The configs I'm talking about look like this in the Touch UI:and like this in the Classic UI: CQ.WCM.edit({"path":"/content/mysite/mypage/jcr:content/main-par/mycomponent","dialog":"/apps/mysite/components/content/mycomponent/dialog","type":"mysite/components/content/mycomponent","csp":"freeform|basepage|page/main-par|responsivegrid/mycomponent"}); What I'm looking to do is update the "data-config" value particularly in the Touch UI, ...