Remove unneeded CTools plugin info file.

8.0.x
Daniel Wehner 2012-08-31 08:08:45 +02:00 committed by Tim Plunkett
parent 5ea8bb2bdb
commit 5c18e68946
1 changed files with 0 additions and 37 deletions

View File

@ -1,37 +0,0 @@
<?php
/**
* @file
* Plugin definition for CTools Export UI integration.
*/
$plugin = array(
'schema' => 'views_view',
'access' => 'administer views',
'menu' => array(
'menu item' => 'views',
'menu title' => 'Views',
'menu description' => 'Manage customized lists of content.',
),
'title singular' => t('view'),
'title singular proper' => t('View'),
'title plural' => t('views'),
'title plural proper' => t('Views'),
'handler' => 'views_ui',
'strings' => array(
'confirmation' => array(
'revert' => array(
'information' => t('This action will permanently remove any customizations made to this view.'),
'success' => t('The view has been reverted.'),
),
'delete' => array(
'information' => t('This action will permanently remove the view from your database.'),
'success' => t('The view has been deleted.'),
),
),
),
);