Skip to content

Instantly share code, notes, and snippets.

@mkorostoff
Created July 23, 2014 18:49
Show Gist options
  • Save mkorostoff/c2987f19842d00d89a49 to your computer and use it in GitHub Desktop.
Save mkorostoff/c2987f19842d00d89a49 to your computer and use it in GitHub Desktop.
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