| Server IP : 195.130.67.5 / Your IP : 216.73.217.154 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/inetpub/wwwroot/business/sites/all/modules/panels/panels_mini/plugins/export_ui/ |
Upload File : |
<?php
/**
* @file
*/
$plugin = array(
'schema' => 'panels_mini',
'access' => 'administer mini panels',
'create access' => 'create mini panels',
'menu' => array(
'menu item' => 'mini-panels',
'menu title' => 'Mini panels',
'menu description' => 'Add, edit or delete mini panels, which can be used as blocks or content panes in other panels.',
),
'title singular' => t('mini panel'),
'title singular proper' => t('Mini panel'),
'title plural' => t('mini panels'),
'title plural proper' => t('Mini panels'),
'handler' => array(
'class' => 'panels_mini_ui',
'parent' => 'ctools_export_ui',
),
'use wizard' => TRUE,
'form info' => array(
'order' => array(
'basic' => t('Settings'),
'context' => t('Context'),
'layout' => t('Layout'),
'content' => t('Content'),
),
// We have to add this form specially because it's invisible.
'forms' => array(
'move' => array(
'form id' => 'ctools_export_ui_edit_item_wizard_form',
),
),
),
);