You are here

function editor_perm in Editor 5

Same name and namespace in other branches
  1. 6 editor.module \editor_perm()

Implementation of hook_perm();

File

./editor.module, line 95
Extendable WYSIWYG editor @author Tj Holowaychuk <tj@vision-media.ca> @link http://vision-media.ca @package Editor

Code

function editor_perm() {
  return array(
    'administer editor visibility',
    'administer editor profiles',
    'access editor',
  );
}