Skip to content

Commit

Permalink
[TASK] Cleanup CGL
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkott committed Dec 8, 2014
1 parent 52fafff commit c1956cf
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 69 deletions.
38 changes: 19 additions & 19 deletions Configuration/PageTS/Mod/Wizards/form.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
}
}
}
}
}
100 changes: 50 additions & 50 deletions Configuration/PageTS/Mod/Wizards/newContentElement.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 = *
}
}
}
}

0 comments on commit c1956cf

Please sign in to comment.