/*
default.ts
Default typoscript setup code
rev 0.1.0
revised 6.28.07
COMPANY NAME
*/
#// DEBUG Stuff
temp.test = TEXT
temp.test.value = Test! Its a test!!
#// Enable config panel-Turns on the admin panel when an ADMIN is logged into backend
config.admPanel = 1
#// Remove extra html markup
config.disablePrefixComment = 1
#// Note: Real URL doesn't work with static documants!
config.simulateStaticDocuments = 0
#// Set in constants - abs_path
config.baseURL = {$abs_path}
#// REALURL //# - enable the plugin
#// dont forget to add code to .htaccess and localconf.php too!
config.tx_realurl_enable = 1
#// Forces sitemap to link to top window (otherwise opens new window)
tt_content.menu.20.2.1.target =
# Menus... Can be Grahic or textual, or a combination of both ;-)
#// RANDOM HEADER (image) Loader
plugin.tx_ccrandomimage_pi1 = USER_INT
plugin.tx_ccrandomimage_pi1 {
path = {$plugin.tx_ccrandomimage_pi1.path}
fileExt = jpg,jpeg
renderObj = COA
renderObj {
10 = TEXT
10.value = ###FILE_1###
10.wrap =
}
}
#// SEARCHBOX OBJECT
temp.searchbox_t3 = COA_INT
temp.searchbox_t3 {
stdWrap.prefixComment = 2 | temp.searchbox
10 = TEXT
#// Page search plugin lives on
10.typolink.parameter = {$plugin.tx_indexedsearch.searchUID}
#10.typolink.parameter = 24
10.typolink.returnLast = url
10.wrap =