/**
  * {@inheritdoc}
  */
 protected function getAdministratorPermissions()
 {
     return array_merge(parent::getAdministratorPermissions(), array('administer themes', 'view the administration theme'));
 }
 /**
  * {@inheritdoc}
  */
 protected function getAdministratorPermissions()
 {
     return array_merge(parent::getAdministratorPermissions(), array('access administration pages', 'administer content types', 'administer node fields', 'access content overview', 'bypass node access', 'administer languages', 'administer themes', 'view the administration theme'));
 }