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.
Updated by Georg Ringer about 6 years ago
- Status changed from New to Accepted
- Assignee set to Georg Ringer
Updated by Georg Ringer about 6 years ago
- Related to Feature #85410: Allow TCA description property added
Updated by Gerrit Code Review about 6 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
Updated by Georg Ringer about 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset bf961f42e745c10243083f2a045a98271d0de8c9.
Actions