.. highlight:: html
.. _configuration:
=============
Configuration
=============
Creating the sys folder
-----------------------
Create a sys folder in the TYPO3 backend and add words with
optional word breaks to it. To set the optional word breaks
use `[-]` at the position the words break should be.
**Be aware that the defined words are case-sensitive.**
Using the ViewHelper
--------------------
To add the optional word breaks to a given string (e.g. headline)
use the `HyphenateViewHelper`.::
or
{data.header}
or
{data.header -> h:format.hyphenate()}
You can use the `minWordLength` argument to define that only words
with that length should be hyphenated.