I am not sure what it does. I thought it would make existing blocks available as beans.

Comments

jlnd’s picture

Well, for one thing, it clears all of the block settings for your site: https://www.drupal.org/node/1912354 But seriously, aside from that, I have no idea. I looked through the documentation, I read through the code, I web searched, but I couldn't find an answer. Looking forward to hearing the response on this one.

indytechcook’s picture

bean_all was an experiment to see if we could remote the block module and only have beans. I was trying to expose all blocks as bean_types and allow you to add fields, entities, etc.

The code obviously isn't ready for live use. I just never had time to flesh out the concept.