# ***************************************************************************************
# Page TSconfig for "css_styled_content"
#
# Removes obsolete type values and fields from "Content Element" table "tt_content"
# Configures processing for the Rich Text Editor according to the rendering principles.
#
# TYPO3 CVS ID: $Id: pageTSconfig.txt,v 1.4 2004/02/02 18:54:35 typo3 Exp $
# ***************************************************************************************

TCEFORM.tt_content {
	text_properties.disabled=1
	text_align.disabled=1
	text_color.disabled=1
	text_face.disabled=1
	text_size.disabled=1
	image_frames.disabled = 1

	CType.removeItems = div,rte,script,splash
}


RTE.config.tt_content.bodytext.showButtons = table
RTE.config.tt_content.bodytext.proc {
  overruleMode = ts_css
  allowedClasses= _
  
   # This will clean up content coming from RTE into database so that it is XHTML compatible regarding case and quotes around attributes:
  entryHTMLparser_db = 1
  entryHTMLparser_db {
    keepNonMatchedTags = 1
    xhtml_cleaning = 1
  }
}