|
|
Comments in TyposcriptYou can use four types of commenting modes in Typoscript
Here are some examples: // Simple comment with two slashes / or a single slash # or a hash character /* or maybe you want to use multi-line comments */ //check this page = PAGE page.10 = HTML // in the next line the part after the # character is displayed as comments cannot start after an instruction (in the same line) page.10.value = Text here # this will get displayed /* And the instruction after this comment will NOT get executed */ page.10.value = I want to overwrite previous line General aspects : | TYPO3 | TYPO3 Installation | TYPO3 Configuration | TYPO Administration | TYPO3 Performance |TYPO3 Troubleshooting | TYPO3 Glossary | Development : | Typoscript | TYPO3 Extensions - TER | TYPO3 API | TYPO3 Extension Development | Extbase | Fluid? | 3rd party | Back to > CMS |
Google SearchLogin |