Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
services
T
t3o sites
extensions.typo3.org
extensions.typo3.org
Commits
340f0aca
Commit
340f0aca
authored
Sep 14, 2017
by
Stefan Froemken
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change to ['TCA']
parent
79a4bb95
Pipeline
#2242
passed with stages
in 1 minute and 23 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
html/typo3conf/ext/ter/ext_tables.php
html/typo3conf/ext/ter/ext_tables.php
+1
-1
No files found.
html/typo3conf/ext/ter/ext_tables.php
View file @
340f0aca
...
...
@@ -4,7 +4,7 @@ if (!defined('TYPO3_MODE')) {
}
// Remove the old "CODE", "Layout" and the "recursive" fields
$TCA
[
'tt_content'
][
'types'
][
'list'
][
'subtypes_excludelist'
][
$_EXTKEY
.
'_pi1'
]
=
'layout,select_key,pages,recursive'
;
$
GLOBALS
[
'
TCA
'
]
[
'tt_content'
][
'types'
][
'list'
][
'subtypes_excludelist'
][
$_EXTKEY
.
'_pi1'
]
=
'layout,select_key,pages,recursive'
;
// Add plugin and datasets
\
TYPO3\CMS\Core\Utility\ExtensionManagementUtility
::
addPlugin
([
'TER SOAP Server'
,
$_EXTKEY
.
'_pi1'
]);
...
...
Write
Preview
Markdown
is supported
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