Feature #28444
Implement comment ViewHelper or language feature
Status:
Closed
Priority:
Could have
Assignee:
Category:
ViewHelpers
Target version:
Start date:
2011-07-25
Due date:
% Done:
100%
Estimated time:
Has patch:
Yes
Description
It would be great to have the possibility of commenting out Fluid code / markup without rendering it to the client. A CommentViewHelper that always returns an empty string would be trivial to write, but maybe a language feature for comments would make sense.
Updated by Bastian Waidelich about 9 years ago
- Category set to ViewHelpers
- Target version set to 1.0.2
- Has patch changed from No to Yes
This was implemented with I2857e98fb7f6dc2ee850b258c7a41172f3067bf8 but it still needs documentation on flow3.org
Updated by Bastian Waidelich about 9 years ago
FYI: I already commented it for Extbase: http://forge.typo3.org/projects/typo3v4-mvc/wiki/FAQ#How-can-I-comment-out-parts-of-my-Fluid-template
Updated by Bastian Waidelich almost 9 years ago
- Status changed from New to Closed
- Assignee changed from Sebastian Kurfuerst to Bastian Waidelich
- % Done changed from 0 to 100
As mentioned, this is already implemented and will be documented with #33675