Attention
TYPO3 v11 has reached end-of-life as of October 31th 2024 and is no longer being maintained. Use the version switcher on the top left of this page to select documentation for a supported version of TYPO3.
Need more time before upgrading? You can purchase Extended Long Term Support (ELTS) for TYPO3 v10 here: TYPO3 ELTS.
linkPopup
linkPopup
-
- Path
-
$GLOBALS['TCA'][$table]['columns'][$field]['config']
- type
-
array
- Scope
-
fieldControl
- RenderTypes
-
inputLink
The link browser control is typically used with
type='input'
withrender
adding a button which opens a modal to select an internal link to a page, an external link or a mail address.Type='input Link' Example:
'aField' => [ 'config' => [ 'fieldControl' => [ 'linkPopup' => [ 'options' => [ 'blindLinkOptions' => 'file,folder', ], ], ], ], ],
Copied!Options:
- allowedExtensions (string, list)
- Comma separated list of allowed file extensions. By default, all extensions are allowed.
- blindLinkFields (string, list)
- Comma separated list of link fields that should not be displayed. Possible values are
class
,params
,target
andtitle
. By default, all link fields are displayed. - blindLinkOptions (string, list)
- Comma separated list of link options that should not be displayed. Possible values are
file
,folder
,mail
,page
,telephone
andurl
. By default, all link options are displayed. - title (string or LLL reference)
- Allows to set a different 'title' attribute to the popup icon, defaults
to
LLL:
EXT: lang/ Resources/ Private/ Language/ locallang_ core. xlf: labels. link