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
typo3.org
typo3.org
Commits
c1ac1c71
Commit
c1ac1c71
authored
Sep 09, 2020
by
Thomas Löffler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove spaces appending table definition
parent
6a04dc85
Pipeline
#9582
passed with stages
in 5 minutes and 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
extensions/t3org_layout/Configuration/TCA/Overrides/tx_news_domain_model_news.php
...Configuration/TCA/Overrides/tx_news_domain_model_news.php
+1
-1
No files found.
extensions/t3org_layout/Configuration/TCA/Overrides/tx_news_domain_model_news.php
View file @
c1ac1c71
...
...
@@ -18,7 +18,7 @@ $GLOBALS['TCA']['tx_news_domain_model_news']['columns']['contributors'] = [
'label'
=>
'Select contributors for this article'
,
'config'
=>
[
'type'
=>
'inline'
,
'foreign_table'
=>
'tx_t3orglayout_domain_model_contributors
'
,
'foreign_table'
=>
'tx_t3orglayout_domain_model_contributors'
,
'foreign_field'
=>
'parent'
,
'foreign_sortby'
=>
'sorting'
,
'size'
=>
5
,
...
...
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