You are here

function outline_designer_perm in Outline Designer 5

Same name and namespace in other branches
  1. 6.2 outline_designer.module \outline_designer_perm()

Implementation of hook_perm

File

./outline_designer.module, line 43

Code

function outline_designer_perm() {
  return array(
    'access outline designer',
    'drag-and-drop content',
    'change content types',
    'duplicate nodes',
  );
}