Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
87f6aaac
Commit
87f6aaac
authored
May 03, 2019
by
bbaer
Browse files
version check
parent
88bf7f4b
Pipeline
#1822
passed with stage
in 2 minutes and 4 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extension/Configuration/TCA/tt_content.php
View file @
87f6aaac
...
...
@@ -51,8 +51,4 @@ 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
extension/ext_tables.php
View file @
87f6aaac
...
...
@@ -13,3 +13,8 @@ if (!defined('TYPO3_MODE')) {
'QFQ Element'
,
'EXT:qfq/ext_icon.png'
);
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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment