Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
t3o sites
typo3.org
typo3_roadmap
Commits
0f0ffa08
Commit
0f0ffa08
authored
Nov 06, 2018
by
Boris Schauer
Browse files
[BUGFIX] Existing content was lost after the change of the image field.
parent
ec273ff0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Configuration/TCA/tx_typo3roadmap_domain_model_feature.php
View file @
0f0ffa08
...
...
@@ -129,11 +129,13 @@ return [
'defaultExtras'
=>
'richtext:rte_transform'
],
'images'
=>
[
'exclude'
=>
0
,
'l10n_mode'
=>
'prefixLangTitle'
,
'l10n_cat'
=>
'text'
,
'label'
=>
'Media'
,
'config'
=>
$GLOBALS
[
'TCA'
][
'tt_content'
][
'columns'
][
'assets'
][
'config'
],
'config'
=>
\
TYPO3\CMS\Core\Utility\ExtensionManagementUtility
::
getFileFieldTCAConfig
(
'images'
,
[
'appearance'
=>
[
'createNewRelationLinkTitle'
=>
'Media'
],
'overrideChildTca'
=>
$GLOBALS
[
'TCA'
][
'tt_content'
][
'columns'
][
'assets'
][
'config'
][
'overrideChildTca'
]
],
$GLOBALS
[
'TYPO3_CONF_VARS'
][
'SYS'
][
'mediafile_ext'
])
],
'link'
=>
[
'exclude'
=>
false
,
...
...
@@ -171,7 +173,7 @@ return [
[
''
,
''
]
],
],
'onChange'
=>
'reload'
,
'onChange'
=>
'reload'
,
],
'typo3releaseminorversion'
=>
[
'exclude'
=>
false
,
...
...
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