You are here

function panopoly_wysiwyg_uninstall in Panopoly WYSIWYG 8.2

Implements hook_uninstall().

File

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

Code

function panopoly_wysiwyg_uninstall() {
  user_role_revoke_permissions('editor', [
    'use text format restricted_html',
    'use text format panopoly_wysiwyg_basic',
  ]);
}