From 30746038c3497c4caa8c08fc7bb7e12498cd8580 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Sat, 27 Oct 2018 13:15:29 +0200 Subject: [PATCH] TASK: Use same order within all files for plugins --- .../Mod/Wizards/NewContentElement.tsconfig | 21 +++++++++---------- 1 file changed, 10 insertions(+), 11 deletions(-) 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 + } + } } }