Configuration¶
Target group: Developers, Integrators
Include Static TypoScript¶
Include the ProBÜRGER Static TypoScript into your Template as shown in the figure below.
Extension Configuration¶
Configure the ProBÜRGER API URL and the Storage Page in the Extension Configuration found below Settings => Extension Configuration
- 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.
- 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.
- Create a new automatic synchronization
- Setup Task Configuration
- 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:
You can find more information about the User Access Configuration for the Import Routine in the Documentation of EXT:external_import External Import