TYPO3 CMS  TYPO3_7-6
class.tx_indexed_search_pi_wizicon.php
Go to the documentation of this file.
1 <?php
2 /*
3  * This file is part of the TYPO3 CMS project.
4  *
5  * It is free software; you can redistribute it and/or modify it under
6  * the terms of the GNU General Public License, either version 2
7  * of the License, or any later version.
8  *
9  * For the full copyright and license information, please read the
10  * LICENSE.txt file that was distributed with this source code.
11  *
12  * The TYPO3 project - inspiring people to share!
13  */
14 
19 {
26  public function proc($wizardItems)
27  {
28  $wizardItems['plugins_tx_indexed_search'] = [
29  'iconIdentifier' => 'content-special-indexed_search',
30  'title' => $GLOBALS['LANG']->sL('LLL:EXT:indexed_search/Resources/Private/Language/locallang_pi.xlf:pi_wizard_title'),
31  'description' => $GLOBALS['LANG']->sL('LLL:EXT:indexed_search/Resources/Private/Language/locallang_pi.xlf:pi_wizard_description'),
32  'params' => '&defVals[tt_content][CType]=list&defVals[tt_content][list_type]=indexed_search'
33  ];
34  return $wizardItems;
35  }
36 }
if(TYPO3_MODE==='BE') $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_tsfebeuserauth.php']['frontendEditingController']['default']