You are here

function fckeditor_perm in FCKeditor - WYSIWYG HTML editor 5

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

Implementation of hook_perm

File

./fckeditor.module, line 89
FCKeditor Module for Drupal 5.x

Code

function fckeditor_perm() {
  return array(
    'use default fckeditor',
    'use advanced fckeditor',
    'allow fckeditor file uploads',
  );
}