Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
TYPO3
sg_contentlink
Commits
13fa5f85
Commit
13fa5f85
authored
Jun 29, 2017
by
Paul Ilea
Browse files
[TASK] Add content link field in its own tab
parent
ea45f07e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Configuration/TCA/Overrides/tt_content.php
View file @
13fa5f85
...
...
@@ -31,7 +31,7 @@
);
\
TYPO3\CMS\Core\Utility\ExtensionManagementUtility
::
addToAllTCAtypes
(
'tt_content'
,
'--
linebreak--
,tx_sgcontentlink_contentlink'
,
''
,
'
after:sys_language_uid
'
'tt_content'
,
'--
div--;LLL:EXT:sg_contentlink/Resources/Private/Language/locallang_db.xlf:tt_content.tx_sgcontentlink_contentlink
,tx_sgcontentlink_contentlink'
,
''
,
''
);
?>
ext_emconf.php
View file @
13fa5f85
...
...
@@ -27,7 +27,7 @@ $EM_CONF[$_EXTKEY] = array (
'depends'
=>
array
(
'typo3'
=>
'6.2.0-8.7.99'
,
'php'
=>
'5.3.0-
5.6
.99'
,
'php'
=>
'5.3.0-
7.1
.99'
,
),
'conflicts'
=>
array
(
...
...
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