Default Prompts¶
xblog.defaultprompts¶
The xBlog plugin is set up step by step automatically: the user has to save the plugin twice. The necessary messages are set here.
Sample
$GLOBALS['TCA'][tx_org_news]['ctrl']['extensions']['xblog']['defaultprompts'] = [
'1' => [
'dependsOn' => [
'field' => 'settings.flexform.pi.table.table',
'sheet' => 'table'
],
'prompt' => 'LLL:EXT:org/Resources/Private/Language/Ext/xblog.xlf:promptTableInitial01'
],
'2' => [
'dependsOn' => [
'field' => 'settings.flexform.pi.table.selectOrderField',
'sheet' => 'table'
],
'prompt' => 'LLL:EXT:org/Resources/Private/Language/Ext/xblog.xlf:promptTableInitial02'
],
]
Configuration example online
https://gitlab.die-netzmacher.de/typo3/org/-/blob/master/Configuration/TCA/tx_org_news.php