You are here

function video_customfields_perm in Video 6

Same name and namespace in other branches
  1. 5 plugins/video_customfields/video_customfields.module \video_customfields_perm()

Implementation of hook_perm().

File

plugins/video_customfields/video_customfields.module, line 27
Enable addition of custom fileds on video nodes created by video module.

Code

function video_customfields_perm() {
  return array(
    'insert custom fields',
  );
}