diff --git a/Configuration/TSconfig/Page/Mod/Wizards/NewContentElement.tsconfig b/Configuration/TSconfig/Page/Mod/Wizards/NewContentElement.tsconfig index 4ed2924..e65d17b 100644 --- a/Configuration/TSconfig/Page/Mod/Wizards/NewContentElement.tsconfig +++ b/Configuration/TSconfig/Page/Mod/Wizards/NewContentElement.tsconfig @@ -1,16 +1,5 @@ -# dummy placeholders for item groups mod.wizards.newContentElement.wizardItems.plugins { elements { - searchcore_form { - title = LLL:EXT:search_core/Resources/Private/Language/locallang_be.xlf:plugin.form.title - description = LLL:EXT:search_core/Resources/Private/Language/locallang_be.xlf:plugin.form.description - iconIdentifier = plugin-search_core-form - tt_content_defValues { - CType = list - list_type = searchcore_form - } - } - searchcore_results { title = LLL:EXT:search_core/Resources/Private/Language/locallang_be.xlf:plugin.results.title description = LLL:EXT:search_core/Resources/Private/Language/locallang_be.xlf:plugin.results.description @@ -20,5 +9,15 @@ mod.wizards.newContentElement.wizardItems.plugins { list_type = searchcore_results } } + + searchcore_form { + title = LLL:EXT:search_core/Resources/Private/Language/locallang_be.xlf:plugin.form.title + description = LLL:EXT:search_core/Resources/Private/Language/locallang_be.xlf:plugin.form.description + iconIdentifier = plugin-search_core-form + tt_content_defValues { + CType = list + list_type = searchcore_form + } + } } }