| 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/ctools/stylizer/plugins/export_ui/ |
Upload File : |
<?php
/**
* @file
*/
$plugin = array(
'schema' => 'stylizer',
'access' => 'administer stylizer',
'menu' => array(
'menu item' => 'stylizer',
'menu title' => 'Stylizer',
'menu description' => 'Add, edit or delete stylizer styles.',
),
'title singular' => t('style'),
'title singular proper' => t('Style'),
'title plural' => t('styles'),
'title plural proper' => t('Styles'),
'handler' => array(
'class' => 'stylizer_ui',
),
'strings' => array(
'message' => array(
'missing base type' => t('There are currently no style types available to add. You should enable a module that utilizes them, such as Panels.'),
),
),
'use wizard' => TRUE,
'form info' => array(
'add order' => array(
'admin' => t('Administrative settings'),
'type' => t('Select style type'),
'choose' => t('Select base style'),
),
'order' => array(
'admin' => t('Administrative settings'),
),
'forms' => array(
'choose' => array(
'form id' => 'ctools_stylizer_edit_style_form_choose',
),
),
),
);