You are here

function nodewords_extra_perm in Nodewords: D6 Meta Tags 6

Implements hook_perm().

File

nodewords_extra/nodewords_extra.module, line 180
Define extra meta tags for Drupal pages.

Code

function nodewords_extra_perm() {
  return array(
    'edit meta tag Dublin Core CONTRIBUTOR',
    'edit meta tag Dublin Core CREATOR',
    'edit meta tag Dublin Core DATE',
    'edit meta tag Dublin Core DESCRIPTION',
    'edit meta tag Dublin Core PUBLISHER',
    'edit meta tag Dublin Core TITLE',
    'edit location meta tag',
    'edit meta tag GEO PLACENAME',
    'edit meta tag GEO REGION',
    'edit short URL meta tag',
  );
}