You are here

function views_isotope_permission in Brainstorm profile 7

Implements hook_permission().

File

modules/custom/views_isotope/views_isotope.module, line 14
Load the isotope library and provide configuration and theme options.

Code

function views_isotope_permission() {
  return [
    'administer isotope' => [
      'title' => t('Administer Isotope Configuration'),
      'description' => t('Set configuration options for Isotope'),
    ],
  ];
}