Configuration

After installation you can use the lih:hyphenate ViewHelper in your templates by imporitng the namespace.

in the opening html-Tag of your template-file like this

<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers"
      xmlns:lih="http://typo3.org/ns/LIA/LiaHyphenator/ViewHelpers"
      data-namespace-typo3-fluid="true"
>
Copied!

Use this line in your template before using any Hyphenator-ViewHelper:

{namespace lih=LIA/LiaHyphenator/ViewHelpers}
Copied!

See also Import ViewHelper namespaces