Administrator Manual

Target group: Administrators

Installation

  1. Install the extension in the extension manager or composer (composer req featdd/dpn-glossary)

  2. Add the static TypoScript to your Site template

  3. Create a..

    • ..page and add the glossary plugin

    • ..storage and add your terms

  4. Configure the TypoScript constants of the extension..

    • set the storage page uid
      • plugin.tx_dpnglossary.persistence.storagePid = [Your storage page uid]

    • set the detailpage uid (where you placed the glossary plugin)
      • plugin.tx_dpnglossary.settings.detailPage = [Your detailpage uid]