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
boolean
Path
$GLOBALS['TCA'][$table]['columns'][$field]['config']
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 through htmlspecialchars().

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.