---
title: "Configuration"
manual: "dpn_glossary"
version: "7.0"
permalink: "https://docs.typo3.org/permalink/featdd/dpn-glossary:configuration@7.0"
source: "Configuration/Index.rst"
rendered: "2026-09-21T17:52:00+00:00"
---

# Configuration {#configuration}

When the site set `featdd/dpn-glossary` is included, the extension is
configured through TYPO3 site settings. These settings are passed to the
extension TypoScript automatically.

Projects that still use the legacy static TypoScript include can configure the
same behavior through TypoScript constants.

The whole linking of terms can be configured with TypoScript. The parsing
itself can also be defined as precisely as you need.

There are also example styles for the views and a tiny CSS3 Tooltip

-   CSS: EXT:dpn_glossary/Resources/Public/Css/styles.css

## Special: Umlauts {#special-umlauts}

If you want to add umlauts to the pagination you have to check the terms table collation.

-   Normal utf8 will not differ between Ä and A, you have to use "utf8_german2_ci" which would make a difference
-   You could change the 'name' column collation and add Ä,Ö,Ü to the comma list over typoscript
-   See [MySQL reference](https://dev.mysql.com/doc/refman/5.7/en/charset-collation-effect.html) for more info

**Table of Contents**

-   [Reference](https://docs.typo3.org/permalink/featdd/dpn-glossary:reference@7.0)
-   [Example TypoScript Setup](https://docs.typo3.org/permalink/featdd/dpn-glossary:example-typoscript-setup@7.0)
-   [Add terms to your breadcrumb](https://docs.typo3.org/permalink/featdd/dpn-glossary:add-terms-to-your-breadcrumb@7.0)
-   [Render terms with a Fluid template](https://docs.typo3.org/permalink/featdd/dpn-glossary:render-terms-with-a-fluid-template@7.0)
-   [Configure Routing for terms and pagination](https://docs.typo3.org/permalink/featdd/dpn-glossary:configure-routing-for-terms-and-pagination@7.0)
-   [Create XML Sitemap for Terms](https://docs.typo3.org/permalink/featdd/dpn-glossary:create-xml-sitemap-for-terms@7.0)
-   [Exclude contents from the parser](https://docs.typo3.org/permalink/featdd/dpn-glossary:exclude-contents-from-the-parser@7.0)
