feat: add few more block types & improve their availability
- Add CardBlock to provide generic card
- Add FigureBlock to provide generic figure embed
- Add TwoColumnBlock & ThreeColumnBlock to support multicolumn content editing
- Add ButtonBlock & ButtonGroup block to embed buttons
- Add ImageBannerBlock to enable embedding image banners
- Allow more blocks to be used in district pages & unify which specifically
Note: the migration files are huge due to StreamField being fully expanded. Unfortunately, it seems there is no way to opt-out from this Wagtail behavior as of now.