Active
Project:
Entity Box Types
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
29 Nov 2011 at 16:24 UTC
Updated:
16 Oct 2012 at 11:04 UTC
Would you like to merge with the mean module? Both modules use a very similar plugin process.
Working on #1308830: Spaces module Integration would give it all of the functionality of boxes right?
Comments
Comment #1
mrfelton commented+1
Comment #2
febbraro commentedNeil, we are definitely interested in working together, Bean/Boxes/Entity Boxes seem like they are targeting very similar things and a combined effort to kill Blocks once and for all would be a great idea.
Are you still open to it? If so we should arrange a call or at least meet up in IRC to talk about it.
Comment #3
indytechcook commentedHey Josh, I mean Frank. I'd love for us to work together on this. I'll be at drupalcon, we can talk then also.
Comment #4
febbraro commentedHahaha, very funny. :p
I'll send you an email about coordination, but if all else fails lets talk/drink in Denver about this. Any BoFs around Bean yet?
Comment #5
indytechcook commentedYep: http://denver2012.drupal.org/forum/building-custom-block-entities-beans
Yeah for drinking!
Comment #6
brad.bulger commentedThe Bean module developers seem pretty adamant that actual "beans" - instances of a type - should *not* be exportable. That's a fundamental difference to this module, isn't it?
Comment #7
jec006 commentedThis is true - indytechcook and I, along with many of our colleagues have been talking about this quite a bit. Entity boxes really only supports placeholders for the instances at this point, as the entity_box entity itself is not exportable. We both think this is actually the preferred behavior, and everyone seems to agree that building placeholders for beans - i.e. an item that denotes that a bean of type x is placed here - is a useful concept.
Comment #8
brad.bulger commented"placed here" in what context? or should i say Context perhaps...
this seems like a worldview difference. contractors that use Features to deliver a website to a client might not want to export actual blocks ("beans"). but i can definitely tell you that as an internal tech development group for an organization's website, we constantly blur the line between configuration and content, if there is one to begin with: we build the initial version, push to the live site, where it gets updated by users, the updates are backported to development where further changes are applied by developers, a new version is pushed out, repeat.
but maybe i misunderstand: since Boxes supports export of an actual individual box, as long as you are building on that module, would that apply to fielded box types built with any future combined version of this module?
Comment #9
jonhattanFYI, Bean has uuid support, and content may be exportable with deploy. See #1785626: Add deploy support