You are here

function context_field_permission in Context Field 7

Implements hook_permission().

File

./context_field.module, line 11
Context Field

Code

function context_field_permission() {
  return array(
    'use context field editor' => array(
      'title' => t('Use Context Field Editor'),
      'description' => t('Use the Context Field Editor to administer layout.'),
    ),
  );
}