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:

    1. Go to "Template" Module in your TYPO3 Backend
    2. Edit your template record
    3. Add the entry "dreipunktnull glossary" below the "Includes" tab in the "Include static (from extensions)" field.
  3. Create a..

    • ..page and add the glossary plugin

      • Alternatively you can add a second glossary plugin on a separate page. Use this page UID as your detailpage and split your routing configuration for the list and detailpage.
    • ..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]