diff --git a/Configuration/PageTS/Mod/Wizards/form.txt b/Configuration/PageTS/Mod/Wizards/form.txt index 5016270bb..a57ce80d3 100644 --- a/Configuration/PageTS/Mod/Wizards/form.txt +++ b/Configuration/PageTS/Mod/Wizards/form.txt @@ -2,23 +2,23 @@ #### FORM #### ############## mod.wizards { - form { - defaults { - tabs { - elements { - accordions { - basic { - showButtons = textarea, textline, select, fileupload, submit, - } - predefined { - showButtons = email, radiogroup, checkboxgroup - } - content { - showButtons = header, textblock - } - } - } - } - } - } + form { + defaults { + tabs { + elements { + accordions { + basic { + showButtons = textarea, textline, select, fileupload, submit, + } + predefined { + showButtons = email, radiogroup, checkboxgroup + } + content { + showButtons = header, textblock + } + } + } + } + } + } } \ No newline at end of file diff --git a/Configuration/PageTS/Mod/Wizards/newContentElement.txt b/Configuration/PageTS/Mod/Wizards/newContentElement.txt index 056bc4cec..f669d289c 100644 --- a/Configuration/PageTS/Mod/Wizards/newContentElement.txt +++ b/Configuration/PageTS/Mod/Wizards/newContentElement.txt @@ -2,54 +2,54 @@ #### BOOTSTRAP CONTENT ELEMENTS #### #################################### mod.wizards { - newContentElement { - wizardItems { - bootstrap { - header = LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:theme_name - elements { - bootstrap_package_texticon { - icon = gfx/c_wiz/regular_header.gif - title = LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:content_element.texticon - description = LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:content_element.texticon.description - tt_content_defValues { - CType = bootstrap_package_texticon - } - } - bootstrap_package_carousel { - icon = gfx/c_wiz/regular_header.gif - title = LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:content_element.carousel - description = LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:content_element.carousel.description - tt_content_defValues { - CType = bootstrap_package_carousel - } - } - bootstrap_package_accordion { - icon = gfx/c_wiz/regular_header.gif - title = LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:content_element.accordion - description = LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:content_element.accordion.description - tt_content_defValues { - CType = bootstrap_package_accordion - } - } - bootstrap_package_panel { - icon = gfx/c_wiz/regular_header.gif - title = LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:content_element.panel - description = LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:content_element.panel.description - tt_content_defValues { - CType = bootstrap_package_panel - } - } - bootstrap_package_listgroup { - icon = gfx/c_wiz/regular_header.gif - title = LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:content_element.listgroup - description = LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:content_element.listgroup.description - tt_content_defValues { - CType = bootstrap_package_listgroup - } - } - } - show = * - } - } - } + newContentElement { + wizardItems { + bootstrap { + header = LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:theme_name + elements { + bootstrap_package_texticon { + icon = gfx/c_wiz/regular_header.gif + title = LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:content_element.texticon + description = LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:content_element.texticon.description + tt_content_defValues { + CType = bootstrap_package_texticon + } + } + bootstrap_package_carousel { + icon = gfx/c_wiz/regular_header.gif + title = LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:content_element.carousel + description = LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:content_element.carousel.description + tt_content_defValues { + CType = bootstrap_package_carousel + } + } + bootstrap_package_accordion { + icon = gfx/c_wiz/regular_header.gif + title = LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:content_element.accordion + description = LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:content_element.accordion.description + tt_content_defValues { + CType = bootstrap_package_accordion + } + } + bootstrap_package_panel { + icon = gfx/c_wiz/regular_header.gif + title = LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:content_element.panel + description = LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:content_element.panel.description + tt_content_defValues { + CType = bootstrap_package_panel + } + } + bootstrap_package_listgroup { + icon = gfx/c_wiz/regular_header.gif + title = LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:content_element.listgroup + description = LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:content_element.listgroup.description + tt_content_defValues { + CType = bootstrap_package_listgroup + } + } + } + show = * + } + } + } }