Actions
Feature #84531
openDefaults for format.crop viewhelper
Status:
New
Priority:
Should have
Assignee:
-
Category:
Fluid
Target version:
-
Start date:
2018-03-26
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
If i use the default implementation of the f:format.crop viewhelper, i expect to either have these settings:
respectWortBoundaries = TRUE and append = ' ...'
or
respectWortBoundaries = FALSE and append = '...'
as it is common to use a whitespace between the last word and the appendix (if it is the dots).
Because the default for respectWortBoundaries is true, we have a full word at the end, so we should have a kind of whitespace (maybe non-breaking) between it and the default dots sign.
Updated by Jöran Kurschatke over 6 years ago
- Tracker changed from Bug to Feature
Updated by Stephan Großberndt over 6 years ago
- Subject changed from Default implementation of format.crop viewhelper to Defaults for format.crop viewhelper
- Category set to Fluid
Actions