You are here

function panopoly_widgets_update_7019 in Panopoly Widgets 7

Make sure the image widget disables URL truncating.

File

./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',
    ),
  ));
}