Overriding the default 'Drag Components here' text in parsys component | Community
Skip to main content
nivazdeent97086
Level 2
August 22, 2018
Solved

Overriding the default 'Drag Components here' text in parsys component

  • August 22, 2018
  • 3 replies
  • 1366 views

Hi All,

I am trying to override the defaut 'Drag Component here' text in parsys/responsive grid component. I was able to achieve this by changing the few lines of javascript code in /libs/cq/gui/components/authoring/editors/clientlibs/core/js/model/Inspectable.js directly. Since i should not modify the foundation code from libs, i tried to copy the clientlibrary from /libs/cq/gui/components/authoring/editors/clientlibs/core to /apps/cq/gui/components/authoring/editors/clientlibs/core, my page is breaking with lots of JS Console errors. Can anyone suggest me a way to overwrite the foundation JS? I am using AEM 6.3.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by smacdonald2008

This would be no different then standard overlay as discussed here -- Overlays

3 replies

smacdonald2008
Level 10
August 22, 2018
nivazdeent97086
Level 2
August 22, 2018

HI Mac,

Thanks for the reply. I need the solution that overrides the javascript code in /libs/cq/gui/components/authoring/editors/clientlibs/core/js/model/Inspectable.js

Regards,

Nivazdeen.

smacdonald2008
smacdonald2008Accepted solution
Level 10
August 22, 2018

This would be no different then standard overlay as discussed here -- Overlays