Project

General

Profile

Actions

Bug #86720

closed

Description for TCA type "slug" not possible

Added by Chris Müller over 5 years ago. Updated almost 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Backend User Interface
Target version:
-
Start date:
2018-10-23
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

I want to use the description property for TCA type "slug" in an own extension, but it is not shown. Example code:

'path_segment' => [
    'label' => 'Path segment',
    'description' => 'Description of path segment',
    'config' => [
        'type' => 'slug',
        'generatorOptions' => [
            'fields' => ['title'],
            'fieldSeparator' => '/',
            'prefixParentPageSlug' => false,
        ],
        'fallbackCharacter' => '-',
        'eval' => 'uniqueInPid',
    ],
],

I want to give the editors some hints about the usage (e.g. not to change it without using a redirect from the old site), so a description would be very helpful.

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Feature #85410: Allow TCA description propertyClosed2018-06-27

Actions
Actions

Also available in: Atom PDF