Feature #45377
closedViewHelper for easy replacements
0%
Description
It would be great to have a ViewHelper for easy replacements.
String-replacements, preg-replacements maybe, maybe even replacing using arrays.
For useful options in this context it might be work to look at the replacements below stdWrap.
Updated by Alexander Opitz about 10 years ago
- Status changed from New to Needs Feedback
Hi,
was this issue fixed or does it still exists?
Updated by Stefan Neufeind about 10 years ago
There are no replace-VHs yet. Your best bet so far is to install EXT:vhs which has lots of such very useful VHs. It was discussed before which of those we might possibly want to include in Fluid by default.
Updated by Alexander Opitz about 10 years ago
- Project changed from 2559 to TYPO3 Core
- Category changed from Fluid: ViewHelpers to Fluid
- Status changed from Needs Feedback to New
Updated by Claus Due about 9 years ago
Just a tiny update from the side lines: this issue has been reviewed, judging if it has any impact on or is affected by the merging of the standalone Fluid package as TYPO3 dependency.
Verdict: NOT AFFECTED. Such ViewHelpers are still not available in standalone Fluid, nor in any dependency that can be operated as standalone. VHS however provides such ViewHelpers (and will be at least partially ported/decoupled for operation on Fluid standalone).
Updated by Georg Ringer almost 9 years ago
- Status changed from New to Rejected
we don't consider this for the core itself. reasons:
- hard to cover all desired features
- this VH is very easy to write in a site extension
- such code should go to the model
Updated by Benni Mack over 4 years ago
- Sprint Focus changed from PRC to Needs Decision