How to … sort the Typoscript Template

How to

In this post i like to show you my organisation principle for handling several typoscript templates.

I think it is better to seperate all your main TS-snippets, for example:

- Menu, TS Objects, SEO, plugins, RTE …

I use external .ts files for this. With a simple code integration you can choose your files.

#external setup.ts
<INCLUDE_TYPOSCRIPT: source="FILE: folder/setup.ts">

With this method you can import flexible all required Typoscript-snippets.

I use the free Editor PsPad with the Sweet TS Extension. Very usefull and nice to handle.
Thanks to the authors.

greetz
Martin

(It also works with the RTE-configuration)

Related posts:

  1. How to … update TYPO3 4.2
  2. How to … sort the feuserlist in TYPO3
  3. mixed TypoScript Snippets Vol. 1
  4. How to delete csc-default and id tag in TYPO3 4.3
  5. mixed TypoScript Snippets Vol. 2
  6. How to … setup the fileadmin/ folder for Backendaccess
  7. How to … change the RTE linktext in TYPO3
  8. Problems after upgrading TYPO3 4.2 to 4.3 with stylesheets and images

0 Responses to “How to … sort the Typoscript Template”


  1. No Comments

Leave a Reply