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 #1

Updated by Georg Ringer over 5 years ago

  • Status changed from New to Accepted
  • Assignee set to Georg Ringer
Actions #2

Updated by Georg Ringer over 5 years ago

Actions #3

Updated by Gerrit Code Review over 5 years ago

  • Status changed from Accepted to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58681

Actions #4

Updated by Georg Ringer over 5 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #5

Updated by Benni Mack almost 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF