mirror of
https://github.com/SkillDisplay/TYPO3ContentElements.git
synced 2024-11-21 19:16:08 +01:00
[TASK] CGL fix
This commit is contained in:
parent
0cf0007e1a
commit
a6afd0c24c
1 changed files with 2 additions and 1 deletions
|
@ -39,7 +39,8 @@
|
|||
'config' => [
|
||||
'type' => 'select',
|
||||
'renderType' => 'selectSingle',
|
||||
'itemsProcFunc' => \SkillDisplay\SkilldisplayContent\TcaEnhancer::class . '->' . 'getCampaignsForTCA',
|
||||
'itemsProcFunc' => \SkillDisplay\SkilldisplayContent\TcaEnhancer::class
|
||||
. '->' . 'getCampaignsForTCA',
|
||||
'items' => []
|
||||
]
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue