Configuration

Target group: Developers, Integrators

Include Static TypoScript

Include the ProBÜRGER Static TypoScript into your Template as shown in the figure below.

Static TypoScript

Include ProBÜRGER Static TypoScript

Extension Configuration

Configure the ProBÜRGER API URL and the Storage Page in the Extension Configuration found below Settings => Extension Configuration

Extension Configuration

rc_probuerger Extension Configuration

  1. ProBÜRGER TYPO3 API

This is typically the URL of your ProBÜRGER instance, suffixed with iTYPO3.php. If you are not sure about the correct URL, do not hesitate to contact us.

  1. Storage PID

This should be System Folder where ProBÜRGER data will be persisted.

Scheduler Task Setup

The Backend Module External Import provides a convenient shortcut to create a Scheduler Task to import ProBÜRGER data. The following figures illustrate how to setup a scheduler task to automatically import ProBÜRGER data.

  1. Create a new automatic synchronization
Step 1: Enable Scheduler Task

Step 1: Enable Scheduler Task

  1. Setup Task Configuration
Step 2: Configure Scheduler Task

Step 2: Configure Scheduler Task

  1. View Scheduler Backend Module
Step 3: View Scheduler Backend Module

Step 3: View Scheduler Backend Module

If followed correctly, TYPO3 has created a new Scheduler Task with the desired configuration. The Scheduler Task can be configured as a usual Scheduler Task as well.

TypoScript Configuration

Through TypoScript Configuration, it is possible to provide your own Templates:

plugin.tx_rcprobuerger_pi1 {
    view {
        templateRootPaths.10 = EXT:my_extension/Resources/Private/Templates/rc_probuerger/
        partialRootPaths.10 = EXT:my_extension/Resources/Private/Partials/rc_probuerger/
        layoutRootPaths.10 = EXT:my_extension/Resources/Private/Layouts/rc_probuerger/
    }
}

User Group / User Access Configuration

Editors can be allowed to include the ProBÜRGER Plugin to any Site through the Access List:

Access List

rc_probuerger Access List

You can find more information about the User Access Configuration for the Import Routine in the Documentation of EXT:external_import External Import