You are here

function fckeditor_perm in FCKeditor - WYSIWYG HTML editor 6.2

Same name and namespace in other branches
  1. 5.2 fckeditor.module \fckeditor_perm()
  2. 5 fckeditor.module \fckeditor_perm()
  3. 6 fckeditor.module \fckeditor_perm()

Implementation of hook_perm(). Administer -> User management -> Permissions

File

./fckeditor.module, line 85
FCKeditor - The text editor for Internet - http://www.fckeditor.net Copyright (C) 2003-2008 Frederico Caldeira Knabben

Code

function fckeditor_perm() {
  return array(
    'administer fckeditor',
    'access fckeditor',
    'allow fckeditor file uploads',
  );
}