We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d71239c + bec7011 commit 36c4f9aCopy full SHA for 36c4f9a
Configuration/TCA/tx_mksearch_keywords.php
@@ -55,7 +55,6 @@
55
'label' => 'LLL:EXT:mksearch/Resources/Private/Language/locallang_db.xlf:tx_mksearch_keywords_keyword',
56
'config' => [
57
'type' => 'input',
58
- 'size' => '30',
59
'required' => true,
60
],
61
@@ -64,8 +63,6 @@
64
63
'label' => 'LLL:EXT:mksearch/Resources/Private/Language/locallang_db.xlf:tx_mksearch_keywords_link',
65
66
'type' => 'link',
67
- 'size' => '15',
68
- 'checkbox' => '',
69
'wizards' => Sys25\RnBase\Backend\Utility\TcaTool::getWizards(
70
'',
71
['link' => true]
0 commit comments