You are here

function varbase_ckeditor_enable in Varbase: The Ultimate Drupal CMS Starter Kit (Bootstrap Ready) 7.2

Implements hook_enable().

File

modules/features/varbase_ckeditor/varbase_ckeditor.install, line 6

Code

function varbase_ckeditor_enable() {
  features_revert(array(
    'varbase_ckeditor' => array(
      'ckeditor_profile',
    ),
  ));
}