global markers 

The global markers are allowed to be used within all subparts on any position. You can define your own markers.

.. configuration_marks:

marks

marks
Type
array

self defined markers

Example:

define marker MY_MARKER
plugin.tt_products.marks {
    my_marker = Come soon back to our shop!
}
Copied!

markerFile

markerFile
Type
array
Constants: file.markerFile

The marker file with the translations

Example: (Setup):

use HTML template marker MY_MARKER
###MY_MARKER###
Copied!

Example: (Setup):

markerFile for translations
plugin.tt_products.markerFile = EXT:myext/marker/fr.locallang.xlf
Copied!