Created
July 23, 2014 18:49
-
-
Save mkorostoff/c2987f19842d00d89a49 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Code: drush features-revert will remove the overrides. | |
Overrides: drush features-update will update the exported feature with the displayed overrides | |
Component type: field_instance | |
'year_range' => '-3:+3', | |
), | |
< 'type' => 'date_popup', | |
--- | |
> 'type' => 'date_select', | |
'weight' => 7, | |
), | |
Component type: file_display | |
array( | |
< 'audio__preview__file_field_media_large_icon' => array( | |
< 'api_version' => 1, | |
< 'name' => 'audio__preview__file_field_media_large_icon', | |
< 'weight' => 50, | |
< 'status' => TRUE, | |
< 'settings' => '', | |
< ), | |
< 'document__preview__file_field_media_large_icon' => array( | |
< 'api_version' => 1, | |
< 'name' => 'document__preview__file_field_media_large_icon', | |
< 'weight' => 50, | |
< 'status' => TRUE, | |
< 'settings' => '', | |
< ), | |
< 'image__default__file_field_image' => array( | |
< 'api_version' => 1, | |
< 'name' => 'image__default__file_field_image', | |
< 'weight' => 50, | |
< 'status' => TRUE, | |
< 'settings' => array( | |
< 'image_style' => '', | |
< 'image_link' => '', | |
< ), | |
< ), | |
< 'image__preview__file_field_image' => array( | |
< 'api_version' => 1, | |
< 'name' => 'image__preview__file_field_image', | |
< 'weight' => 50, | |
< 'status' => TRUE, | |
< 'settings' => array( | |
< 'image_style' => 'media_thumbnail', | |
< 'image_link' => '', | |
< ), | |
< ), | |
< 'image__teaser__file_field_image' => array( | |
< 'api_version' => 1, | |
< 'name' => 'image__teaser__file_field_image', | |
< 'weight' => 50, | |
< 'status' => TRUE, | |
< 'settings' => array( | |
< 'image_style' => 'medium', | |
< 'image_link' => 'content', | |
< ), | |
< ), | |
'video__default__media_theplatform_mpx_image' => array( | |
'api_version' => 1, | |
'name' => 'video__default__media_theplatform_mpx_video', | |
'weight' => 0, | |
< 'status' => TRUE, | |
< 'settings' => '', | |
< ), | |
< 'video__preview__file_field_media_large_icon' => array( | |
< 'api_version' => 1, | |
< 'name' => 'video__preview__file_field_media_large_icon', | |
< 'weight' => 50, | |
'status' => TRUE, | |
'settings' => '', | |
), | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment