[TYPO3-english] making new extension

Leen Strijk leenstrijk at tomaatnet.nl
Tue Feb 17 12:45:18 CET 2009


Just to make sure my whole setup.txt



plugin.tx_scammersdb_pi1 {
	CMD =
	pidList =
	recursive =
	
	picturesCObject = IMAGE
	picturesCObject.file.width = 100
}



plugin.tx_scammersdb_pi1.listView {
	results_at_a_time = 10
	maxPages =
}
   # Example of default set CSS styles (these go into the document header):
plugin.tx_scammersdb_pi1._CSS_DEFAULT_STYLE (
   . H2 { margin-top: 0px; margin-bottom: 0px; }
)
   # Example of how to overrule LOCAL_LANG values for the plugin:
plugin.tx_scammersdb_pi1._LOCAL_LANG.default {
   pi_list_searchBox_search = Search!
}
   # Example of how to set default values from TS in the incoming array, 
$this->piVars of the plugin:
plugin.tx_scammersdb_pi1._DEFAULT_PI_VARS.test = test



More information about the TYPO3-english mailing list