pass_content¶
Deprecated since version 12.2: Instances with field configs for type="none"
having key
pass_content
will trigger a deprecation warning during TCA cache
warmup. The option will be removed with TYPO3 v13.
- pass_content (type => none)¶
- Path
$GLOBALS['TCA'][$table]['columns'][$field]['config']
- Type
boolean
- Scope
Display
If set, then content from the field is directly outputted in the
<input>
section as value attribute. Otherwise, the content will be passed throughhtmlspecialchars()
.Be careful to set this flag since it allows HTML from the field to be outputted on the page, thereby creating the possibility of XSS security holes.