Skip to content

Commit

Permalink
[C] add mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgoff authored and blnkt committed Nov 8, 2023
1 parent dc21730 commit da5d881
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ export const blockMap: Record<string, any> = {
contentBlocks_cameraFilterTool_BlockType: Blocks.CameraFilterTool,
contentBlocks_table_BlockType: Blocks.Table,
contentBlocks_referenceModalBlock_BlockType: Blocks.Modal,
referenceContentBlocks_image_BlockType: Blocks.Image,
referenceContentBlocks_text_BlockType: Blocks.Text,
referenceContentBlocks_table_BlockType: Blocks.Table,
};

const Fragment = graphql(`
Expand Down

0 comments on commit da5d881

Please sign in to comment.