Project

General

Profile

Actions

Bug #54371

closed

Property "value" of cObject TEXT misses stdWrap

Added by Stefan Froemken over 10 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
TypoScript
Target version:
Start date:
2013-12-13
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.0
PHP Version:
5.5
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

Hello guys,

http://docs.typo3.org/typo3cms/TyposcriptReference/ContentObjects/Text/Index.html

There are no stdWrap-Properties in TEXT-cObject on property value:

public function render($conf = array()) {
    $content = '';
    if (is_array($conf) && isset($conf['value'])) {
        $content = $conf['value'];
        unset($conf['value']);
    }
    if (count($conf)) {
        $content = $this->cObj->stdWrap($content, $conf);
    }
    return $content;
}

Stefan

Actions

Also available in: Atom PDF