TypoScript coding guidelines
Directory and file names
- The file extension must be
.typoscript
. - TypoScript files are located in the directory
<extension>/
.Configuration/ Typo Script - File name for constants in static templates:
constants.
.typoscript - File name for TypoScript in static templates:
setup.
.typoscript
Format
- Use spaces, not TABs.
- Use 2 spaces per indenting level.
More information
- See Setup IDE / editor in this manual for information about setting up your editor / IDE to adhere to the coding guidelines.