Skip to content

Commit

Permalink
Temporarily hard-code Wagtail entity types
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudcolas committed Dec 12, 2016
1 parent 15a6bcb commit 25762b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/blocks/MediaBlock.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import NullBlock from '../blocks/NullBlock';
const TYPE_MAP = {
IMAGE: ImageBlock,
EMBED: EmbedBlock,
WAGTAIL_IMAGE: ImageBlock,
WAGTAIL_EMBED: EmbedBlock,
};

Expand Down

0 comments on commit 25762b0

Please sign in to comment.