Administrator Manual

Target group: Administrators

This extension is easy to install and to configure. There are no dependencies to other extension, only to TYPO3 core.

Installation

To install the extension, perform the following steps:

  1. Install extension via composer
  2. Go to the Extension Manager
  3. Install the extension
  4. Load the static TypoScript template to your site
Extension Manager

Extension Manager

Install it in the Extension Manager

Configuration

  1. Copy the templates (/Resources/Private/Templates/) and layouts (/Resources/Private/Layouts/) from the extension folder to a folder in your own sitepackage if you want to edit them
  2. Configure your new template pathes in TypoScript
  3. Include the TypoScript of your sitepackage after the extension template
  4. Style the output like you want it

FAQ

Is it possible to use my own templates?

Yes, please copy the templates from the extension to your own folder (e.g. EXT:my_site_package/Resources/Private/Templates/Ext/) and configure the path in the TypoScript of the extension. See also step 1 and 2 in configuration.