Closed (won't fix)
Project:
Universally Unique IDentifier
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
28 Oct 2011 at 11:57 UTC
Updated:
18 Mar 2012 at 07:02 UTC
features_extra try to merge with uuid_features see #921872: Rewrite to use UUID, merge with UUID Features?.
For that we need uuid support for core block.
Comments
Comment #1
skwashd commentedFrom my experience it doesn't make sense to export core blocks. It is too much effort to make this happen, so I'm closing it WONTFIX for the following reasons:
* UUID only exports entities and core blocks aren't entities.
* If you want to export blocks to features then use boxes - http://drupal.org/project/boxes
* If you want to have blocks as entities use BEAN - http://drupal.org/project/bean
It took me less than 1 hour to convert my boxes to BEANs - it is really easy. Soon we'll have UUID support for BEAN.