Diese Seite demonstriert die Möglichkeit, über Typoscript Variablen und deren Werte an den LESS-Parser zu übergeben.
Dazu muss im setup-Bereich des Templates der Code eingetragen werden. Hier ein Beispiel:
This page demonstrates the ability to pass through typoscript variables and their values to the LESS parser.
To this end, the code must be entered in the setup section of the template. Here is an example:
plugin.tx_wsless.variables { var1 = #000 var2 = #666 }
As a result, the following boxes are colored:
plugin.tx_wsless.variables { var1 = #000 var2 = #666 }
Als Resultat sind folgende Boxen eingefärbt worden: