Skip to content
GitLab
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
8bb02d49
Commit
8bb02d49
authored
Mar 17, 2016
by
Carsten Rose
Browse files
ext_tables.php: BE Bodytext changed to 'no_wrap'
parent
c2809cfb
Changes
1
Hide whitespace changes
Inline
Side-by-side
extension/ext_tables.php
View file @
8bb02d49
...
...
@@ -19,6 +19,6 @@ if (!defined('TYPO3_MODE')) {
*/
$GLOBALS
[
'TCA'
][
'tt_content'
][
'types'
][
'qfq_qfq'
]
=
array
(
'showitem'
=>
'hidden, CType, header, header_position, bodytext, layout, deleted, starttime, endtime, colPos, spaceBefore, spaceAfter, fe_group, header_layout, sectionIndex, linkToTop, section_frame, sys_language_uid'
'showitem'
=>
'hidden, CType, header, header_position, bodytext
;;;nowrap
, layout, deleted, starttime, endtime, colPos, spaceBefore, spaceAfter, fe_group, header_layout, sectionIndex, linkToTop, section_frame, sys_language_uid'
);
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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