Administrator Manual
Target group: Administrators
Installation
- Install the extension in the extension manager or composer (
composer req featdd/
)dpn- glossary -
Add the static TypoScript to your Site template:
- Go to "Template" Module in your TYPO3 Backend
- Edit your template record
- Add the entry "dreipunktnull glossary" below the "Includes" tab in the "Include static (from extensions)" field.
-
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
-
-
Configure the TypoScript constants of the extension..
- set the storage page uid
-
plugin.
tx_ dpnglossary. persistence. storage Pid = [Your storage page uid]
- set the detailpage uid (where you placed the glossary plugin)
-
plugin.
tx_ dpnglossary. settings. detail Page = [Your detailpage uid]