Skip to content

Commit

Permalink
removed figure grid 2 (#2782)
Browse files Browse the repository at this point in the history
  • Loading branch information
Youri authored and Pomax committed Mar 11, 2019
1 parent 0a22807 commit b05a734
Show file tree
Hide file tree
Showing 3 changed files with 89 additions and 10 deletions.
9 changes: 0 additions & 9 deletions network-api/networkapi/wagtailpages/customblocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,15 +178,6 @@ class Meta:
group = 'Deprecated'


class FigureGridBlock2(blocks.StructBlock):
grid_items = blocks.ListBlock(FigureBlock2())

class Meta:
# this is probably the wrong icon but let's run with it for now
icon = 'grip'
template = 'wagtailpages/blocks/figure_grid_block2.html'


class ImageGrid(blocks.StructBlock):
image = ImageChooserBlock()
caption = blocks.CharBlock(
Expand Down

0 comments on commit b05a734

Please sign in to comment.