Expand my Community achievements bar.

Adobe Summit 2025: AEM Session Recordings Are Live! Missed a session or want to revisit your favorites? Watch the latest recordings now.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

how to disable image drag and drop in richtexteditor plugin ?

Avatar

Level 2

I would like to configure the richtexteditor plugin to disable image drag and drop from the content finder. How can i achieve this goal ? I'm using CQ5.5 SP3

1 Accepted Solution

Avatar

Correct answer by
Level 10

Currently it is not supported and request has been placed CQ5-6234.   See if below works 

 property ddAccept can help your case.  Overlay the OOTB "/libs/foundation/components/text/dialog/items/tab1/items/text" and add the following property -1 to ddAccept

Name=ddAccept
Type=String
Value=-1


 

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

Currently it is not supported and request has been placed CQ5-6234.   See if below works 

 property ddAccept can help your case.  Overlay the OOTB "/libs/foundation/components/text/dialog/items/tab1/items/text" and add the following property -1 to ddAccept

Name=ddAccept
Type=String
Value=-1