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
-
- Type
- array
self defined markers
Example:
define marker MY_MARKERplugin.tt_products.marks { my_marker = Come soon back to our shop! }Copied!
markerFile
-
- Type
- array
- Constants:
file.marker File -
The marker file with the translations
Example: (Setup):
use HTML template marker MY_MARKER###MY_MARKER###Copied!Example: (Setup):
markerFile for translationsplugin.tt_products.markerFile = EXT:myext/marker/fr.locallang.xlfCopied!