mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-23 08:16:12 +01:00
TASK: Use same order within all files for plugins
This commit is contained in:
parent
140dea3cbb
commit
30746038c3
1 changed files with 10 additions and 11 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue