typo3 TypoScript

Help us to keep this website almost Ad Free! It takes only 10 seconds of your time:
> Step 1: Go view our video on YouTube: EF Core Bulk Extensions
> Step 2: And Like the video. BONUS: You can also share it!

Syntax

  • #one line comment
  • /* multiple line comments */
  • parameter = value
  • parameter.property = value2
  • parameter.property > # delete property
  • parameter.property2 < parameter.property # copy (deep) properties
  • parameter.property := addToList(35) # Add value to comma separated list
  • parameter.property\.with\.dots = value # Escape dots to allow properties with dots


Got any typo3 Question?