Skip to content
Snippets Groups Projects
Commit 822dac73 authored by Guido Schmechel's avatar Guido Schmechel Committed by Daniel Goerz
Browse files

[TASK] Remove title field in redirects module

Redirects do not require a link title, so the title field is removed.

Resolves: #90306
Releases: master, 9.5
Change-Id: I3c083a087d800cb142a5fc8f736175402e7284d0
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63161


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Tested-by: default avatarDaniel Goerz <daniel.goerz@posteo.de>
Reviewed-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Reviewed-by: default avatarDaniel Goerz <daniel.goerz@posteo.de>
parent af491f17
Branches
Tags
No related merge requests found
......@@ -170,7 +170,7 @@ return [
'linkPopup' => [
'options' => [
'blindLinkOptions' => 'mail,folder,telephone',
'blindLinkFields' => 'class, target'
'blindLinkFields' => 'class, target, title'
],
],
],
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment