Translations
Info
All page names need to be in English.
en da  de  fr  it  ja  km  nl  ru  zh

Xris:Tutorial/SampleTypoScriptConstants

From TYPO3Wiki
Jump to: navigation, search
Outdated This information is outdated. While some details may still apply in specific situations, this page was written for packages of TYPO3 that are no longer current.


Using the Template module, go to your "root" page containg the root template and select "Info / Modify" from the top-right drop-down box, then "Constants".

TS TypoScript:
 # make sure the RTE will be enabled
 content.RTE_compliant = 1
 
 # sitemap links should open in the same window ..
 styles.sitemap.text.target = _self
 
 # forms (the "thank you page" should open in the same browser window
 styles.content.mailform.target = _self
 
 # all links should open in the same browser window (per default),
 # yes, the single quotation marks are intentional!
 styles.content.links.extTarget = _blank"
 styles.content.links.target = _self" class="int-link
Go to: typo3.org    
Login, and you can edit.
Personal tools
Namespaces

Variants
Actions