#################
#### TCEFORM ####
#################
TCEFORM {
	pages {
		layout {
			removeItems = 1,2,3
		}
	}
	tt_content {
		header_layout {
			altLabels {
				1 = H1
				2 = H2
				3 = H3
				4 = H4
				5 = H5
			}
		}
		layout {
			removeItems = 1,2,3
			disableNoMatchingValueElement = 1
			types {
				bullets {
					removeItems = 0,1,2,3
					addItems {
						100 = LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:listlayout.unordered
						110 = LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:listlayout.ordered
						120 = LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:listlayout.unstyled
						130 = LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:listlayout.inline
					}
				}
				table {
					removeItems = 0,1,2,3
					addItems {
						100 = LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:tablelayout.default
						110 = LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:tablelayout.basic
						120 = LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:tablelayout.striped
						130 = LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:tablelayout.bordered
						140 = LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:tablelayout.hover
						150 = LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:tablelayout.condensed
					}
				}
				uploads {
					removeItems = 3
					altLabels {
						0 = LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:uploadslayout.default
						1 = LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:uploadslayout.icons
						2 = LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:uploadslayout.iconsandpreview
					}
				}
				bootstrap_package_carousel {
					removeItems = 0,1,2,3
					addItems {
						100 = LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:carousellayout.default
						110 = LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:carousellayout.small
					}
				}
				bootstrap_package_panel {
					removeItems = 0,1,2,3
					addItems {
						100 = LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:contextualalternatives.default
						110 = LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:contextualalternatives.primary
						120 = LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:contextualalternatives.success
						130 = LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:contextualalternatives.info
						140 = LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:contextualalternatives.warning
						150 = LLL:EXT:bootstrap_package/Resources/Private/Language/Backend.xlf:contextualalternatives.danger
					}
				}
			}
		}
		imagecols {
			removeItems = 5,7,8
		}
		imageorient {
			removeItems = 1,2,9,10
		}
		menu_type {
			addItems {
				news = Display Subpages as News Entries
			}
		}
		section_frame {
			removeItems = 1
			addItems {
			}
			altLabels {
				20 = Well
				21 = Jumbotron
			}
			types {
				bootstrap_package_carousel {
					removeItems = 1,5,6,10,11,12,20,21
				}
			}
			disableNoMatchingValueElement = 1
		}

		// Disable imageheight and imagewidth for textpic and image
		// to avoid incorrect rendering in frontend
		imageheight {
			types {
				textpic.disabled = 1
				image.disabled = 1
			}
		}
		imagewidth {
			types {
				textpic.disabled = 1
				image.disabled = 1
			}
		}

		// NOBODY wants or should edit this - really, let them disappear
		table_bgColor.disabled = 1
		table_border.disabled = 1
		table_cellspacing.disabled = 1
		table_cellpadding.disabled = 1
		pi_flexform {
			table {
				sDEF {
					acctables_nostyles.disabled = 1
					acctables_tableclass.disabled = 1
				}
			}
		}
	}
}
