You are here

function panopoly_widgets_update_7019 in Panopoly 7

Make sure the image widget disables URL truncating.

File

modules/panopoly/panopoly_widgets/panopoly_widgets.install, line 407
An installation file for Panopoly Widgets

Code

function panopoly_widgets_update_7019() {
  features_revert(array(
    'panopoly_widgets' => array(
      'field_instance',
    ),
  ));
}