Skip to content

Commit

Permalink
Display dropzone for article embeds dropping (#4413)
Browse files Browse the repository at this point in the history
  • Loading branch information
thecalcc authored Jan 12, 2024
1 parent 2089893 commit ab4c311
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/core/editor3/components/Editor3Component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ const EVENT_TYPES_TRIGGER_DROP_ZONE = [
...MEDIA_TYPES_TRIGGER_DROP_ZONE,
EDITOR_BLOCK_TYPE,
'Files',

// allows dropping marked links as embeds (used by ansa)
'application/superdesk.compatible.embed',
];

const VALID_MEDIA_TYPES = [
Expand Down

0 comments on commit ab4c311

Please sign in to comment.