You are here

function fckeditor_perm in FCKeditor - WYSIWYG HTML editor 5.2

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

Implementation of hook_perm() Administer -> User management -> Access Control

File

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

Code

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