.. include:: ../Includes.txt .. _configuration: ============= Configuration ============= Target group: **Developers, Integrators** Include Static TypoScript ========================= Include the ProBÜRGER Static TypoScript into your Template as shown in the figure below. .. figure:: ../Images/AdministratorManual/StaticTypoScript.png :class: with-shadow :alt: Static TypoScript :width: 600px 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** .. figure:: ../Images/AdministratorManual/ExtensionConfiguration.png :class: with-shadow :alt: Extension Configuration :width: 600px 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. 2. 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 .. figure:: ../Images/AdministratorManual/EnableSchedulerTask.png :class: with-shadow :alt: Step 1: Enable Scheduler Task :width: 600px Step 1: Enable Scheduler Task 2. Setup Task Configuration .. figure:: ../Images/AdministratorManual/EnableSchedulerTask2.png :class: with-shadow :alt: Step 2: Configure Scheduler Task :width: 600px Step 2: Configure Scheduler Task 3. View Scheduler Backend Module .. figure:: ../Images/AdministratorManual/EnableSchedulerTask2.png :class: with-shadow :alt: Step 3: View Scheduler Backend Module :width: 600px 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: .. code-block:: typoscript 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/ } } .. _configuration-typoscript: User Group / User Access Configuration ====================================== Editors can be allowed to include the ProBÜRGER Plugin to any Site through the Access List: .. figure:: ../Images/AdministratorManual/AccessRights.png :class: with-shadow :alt: Access List :width: 600px 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 :ref:`externalimport:start`