function panopoly_widgets_update_7018 in Panopoly 7
Make sure the image widget switches to the Media browser widget.
File
- modules/
panopoly/ panopoly_widgets/ panopoly_widgets.install, line 400  - An installation file for Panopoly Widgets
 
Code
function panopoly_widgets_update_7018() {
  features_revert(array(
    'panopoly_widgets' => array(
      'field_instance',
    ),
  ));
}