Fix remaining deprecations and follow best practice
This commit is contained in:
@@ -22,10 +22,6 @@ return [
|
||||
'searchFields' => 'label, redirect_from, tracking_code',
|
||||
'iconfile' => 'EXT:ep_track/Resources/Public/Icons/tx_eptrack_domain_model_redirect.gif'
|
||||
],
|
||||
'interface' => [
|
||||
'showRecordFieldList' => 'sys_language_uid, l10n_parent, l10n_diffsource, hidden, label, redirect_from,
|
||||
target_page_uid, tracking_code, response_code, utm_source, utm_medium, utm_campaign, utm_content',
|
||||
],
|
||||
'types' => [
|
||||
'1' => [
|
||||
'showitem' => 'hidden, label, source_host, redirect_from, target_page_uid, --palette--;;codes,
|
||||
@@ -54,7 +50,6 @@ return [
|
||||
],
|
||||
'l10n_parent' => [
|
||||
'displayCond' => 'FIELD:sys_language_uid:>:0',
|
||||
'exclude' => 0,
|
||||
'label' => 'LLL:EXT:lang/Resources/Private/Language/locallang_general.xlf:LGL.l18n_parent',
|
||||
'config' => [
|
||||
'type' => 'select',
|
||||
|
||||
Reference in New Issue
Block a user