Hi Team,I have multiple parsys in my page which restricts the components
that can be dragged on them. Customer need different text rather than
"drag components here". I read some blogs and found that
/libs/cq/gui/components/authoring/editors/clientlibs/core/js/model/Inspectable.js
has the text hard-coded. I wrapped the parsys with a div and placed a
helper text as data-element and after the DOM load, i read the value and
was able to replace the text. Unfortunately the JS is mid of foundation
cli...