Bean blocks are currently listed under Block Settings (fe_block_settings), but the entity has to be created for the bean to actually work.

This patch adds the needed info from the bean for export. Then, on import, creates the entity.

Warnings

  1. This will not transfer any field data for these beans. (Which is consistent with how other entities are handled within features).
  2. If you revert an existing bean entity it will default back to the originally set label, description, title, and view mode. (Again consistent I believe with other Features items)

Input/changes welcome!

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

er_d0s’s picture

Issue summary: View changes

This patch works great, this really should be incorporated into dev

Manuel Garcia’s picture

Assigned: sokrplare » Unassigned
Status: Active » Needs review
FileSize
2.93 KB
1.33 KB

Removing whitespace.

Manuel Garcia’s picture