You are here

function video_customfields_perm in Video 5

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

Implementation of hook_perm().

File

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

Code

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