:navigation-title: Configuration .. _configuration: ============= Configuration ============= After installation you can use the `lih:hyphenate` ViewHelper in your templates by imporitng the namespace. .. tabs:: .. group-tab:: Tagbased Syntax in the opening html-Tag of your template-file like this .. code-block:: html .. group-tab:: Inline Syntax Use this line in your template before using any Hyphenator-ViewHelper: .. code-block:: text {namespace lih=LIA/LiaHyphenator/ViewHelpers} See also `Import ViewHelper namespaces`__