Skip to content

Instantly share code, notes, and snippets.

@bcmiller
Created March 12, 2012 21:05
Show Gist options
  • Save bcmiller/2024678 to your computer and use it in GitHub Desktop.
Save bcmiller/2024678 to your computer and use it in GitHub Desktop.
fd.txt
Code: drush features-revert will remove the overrides.
Overrides: drush features-update will update the exported feature with the displayed overrides
Component: field
'type' => 'commerce_group_cart_add_to_cart_form',
'weight' => '5',
> ),
> 'donation_teaser' => array(
> 'label' => 'above',
> 'type' => 'hidden',
),
'teaser' => array(
'type' => 'og_list_default',
'weight' => '2',
> ),
> 'donation_teaser' => array(
> 'label' => 'above',
> 'type' => 'hidden',
),
'teaser' => array(
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment