Project

General

Profile

Actions

Bug #55604

closed

TCA Inline element - add support for createNewRelationLinkTitle

Added by Marcin Sągol about 10 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Could have
Assignee:
-
Category:
Backend API
Target version:
Start date:
2014-02-02
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.5
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

It looks like configuration property 'createNewRelationLinkTitle' that can be used for FAL images:

'config' =>
\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::getFileFieldTCAConfig('image', array(
'appearance' => array(
'useSortable' => FALSE,
'createNewRelationLinkTitle' => 'LLL:EXT:soee_foobar/Resources/Private/Language/locallang_tca.xlf:labels.assign_image',
'collapseAll' => TRUE,
'enabledControls' => array(
'info' => TRUE,
'new' => FALSE,
'dragdrop' => FALSE,
'sort' => FALSE,
'hide' => FALSE,
'delete' => TRUE,
'localize' => TRUE,
),
),
'maxitems' => 1,
'minitems' => 0
), $GLOBALS['TYPO3_CONF_VARS']['GFX']['imagefile_ext'])

does not work for INLINE elements. It would be nice to have this feature for inline elements.

Actions #1

Updated by Georg Ringer over 9 years ago

  • Status changed from New to Resolved

please use $config['appearance']['newRecordLinkTitle'] there where you can add your custom text

Actions #2

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF