You are here

function panopoly_wysiwyg_update_7101 in Panopoly WYSIWYG 7

Ensure that filter settings get updated.

File

./panopoly_wysiwyg.install, line 10
Install hooks for Panopoly WYSIWYG.

Code

function panopoly_wysiwyg_update_7101() {
  features_revert(array(
    'panopoly_wysiwyg' => array(
      'filter',
    ),
  ));
}