You are here

oembed_provider.inc in oEmbed 6.0

File

plugins/export_ui/oembed_provider.inc
View source
<?php

$plugin = array(
  'schema' => 'oembedcore_provider',
  'access' => 'administer oembed presets',
  'menu' => array(
    'menu prefix' => 'admin/build/oembed',
    'menu item' => 'provider',
    'menu title' => 'Providers',
    'menu description' => 'Add, edit and remove oembed providers from the system.',
  ),
  'handler' => array(
    'class' => 'oembed_provider_ui',
    'parent' => 'ctools_export_ui',
  ),
  'title singular' => t('provider'),
  'title singular proper' => t('Provider'),
  'title plural' => t('providers'),
  'title plural proper' => t('Providers'),
);