Skip to content
Snippets Groups Projects
Commit 002ad206 authored by mstaatz's avatar mstaatz Committed by Daniel Goerz
Browse files

[BUGFIX] Use correct PHP syntax in code example

Releases: master, 9.5
Resolves: #88591
Change-Id: I45588bfd8f1dd26debec6e06d6a3466a7458496a
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61092


Reviewed-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
Reviewed-by: default avatarGuido Schmechel <guido.schmechel@brandung.de>
Reviewed-by: default avatarDaniel Goerz <daniel.goerz@posteo.de>
Tested-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
Tested-by: default avatarGuido Schmechel <guido.schmechel@brandung.de>
Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarDaniel Goerz <daniel.goerz@posteo.de>
parent 28b478a2
Branches
Tags
No related merge requests found
......@@ -106,7 +106,7 @@ foreign_selector_fieldTcaOverride before and after transition to overrideChildTc
'config' => [
'type' => 'inline',
'foreign_selector' => 'uid_local',
'overrideChildTca => [
'overrideChildTca' => [
'columns' => [
'uid_local' => [
'config' => [
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment