Currently Menu Block requires (and can only use) the core Block module. It would be really nice if it also supported the MongoDB block module.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jyee’s picture

First attempt at mongodb integration attached.

Issues:

  • This first pass has an issue around 'info' vs 'title', so depending on how a block is created, you may need to edit it and re-add the title
  • There have been no changes to menu_block to completely rejigger things (i.e. add hooks everywhere) so that all the mongo stuff can live in a separate submodule
  • This also requires that you update mongodb_block with the patch at #2087117: Incorporate hook_block_configure in mongodb block configure form
jyee’s picture

New patch fixes the issue with info vs title. This still requires the patch at #2087117: Incorporate hook_block_configure in mongodb block configure form