oembed_provider.inc in oEmbed 7.0
File
plugins/export_ui/oembed_provider.inc
View source
<?php
$plugin = array(
'schema' => 'oembed_provider',
'access' => 'administer oembed',
'menu' => array(
'menu prefix' => 'admin/config/media/oembed/provider',
'menu item' => 'default',
'menu title' => 'Remote endpoints',
'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'),
);