.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. include:: ../../../../../Includes.txt .. _administrators_setup_tca_defaults_defaultprompts: .. index:: pair: Flexform; Default prompts pair: Default; Prompts 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 .. code:: php $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