Actions
Bug #86720
closedDescription for TCA type "slug" not possible
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.
Actions