[TYPO3-dev] wizard_element_browser and hide option file, mail and folder

Reinhardt Medien Info at ReinhardtMedien.de
Thu Jan 26 11:02:09 CET 2017


Hello, some month ago, but i think

first i would type array ever in small cases

then

'module' => array(
  'name' => 'wizard_link',
),						),

works for me

my whole code is:
[code]
'link' => array(
			'exclude' => 1,
			'label' => 'LLL:EXT:rmbase/Resources/Private/Language/locallang_db.xlf:tx_rmbase_domain_model_rmlink.link',
			'config' => array(
				'type' => 'input',
				'size' => 30,
				'eval' => 'trim',
				'required' => 1,
				'wizards' => array(
					'link' => array(
		                'type' => 'popup',
		                'title' => 'LLL:EXT:frontend/Resources/Private/Language/locallang_ttc.xlf:header_link_formlabel',
		                'icon' => 'actions-wizard-link',
		                'module' => array(
		                    'name' => 'wizard_link',
						),
						'JSopenParams' => 'width=800,height=600,status=0,menubar=0,scrollbars=1',
			            'params' => [
			               'blindLinkOptions' => 'folder',
			               'blindLinkFields' => 'class, target, title, params',
			            ],
					)
				),
				'softref' => 'typolink'
			),
		),

[/code]
-- 
Beste Grüße
Monti

Reinhardt Medien

www.ReinhardtMedien.de
Info (at) ReinhardtMedien.de



More information about the TYPO3-dev mailing list