Skip to content
Snippets Groups Projects
Commit 88bf7f4b authored by bbaer's avatar bbaer
Browse files

version check

parent 8db023ad
No related branches found
No related tags found
1 merge request!138F6334 t3 editor
Pipeline #1821 passed
......@@ -53,5 +53,6 @@ if(is_array($GLOBALS['TCA']['tt_content']['types'])) {
if(\TYPO3\CMS\Extbase\Utility\VersionNumberUtility::getNumericTypo3Version() > 9) {
$GLOBALS['TCA']['tt_content']['types']['qfq_qfq']['columnsOverrides']['bodytext']['config']['format'] = 'sparql';
$GLOBALS['TCA']['tt_content']['types']['qfq_qfq']['columnsOverrides']['bodytext']['constants']['format'] = 'sparql';
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment