dskzpt/personio

Installs: 371

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:typo3-cms-extension

v0.3.2 2023-12-20 14:04 UTC

This package is auto-updated.

Last update: 2024-03-20 14:45:15 UTC


README

TYPO3 11 Latest Stable Version Total Downloads Latest Unstable Version License PHP Version Require

TYPO3 Extension "personio"

What does it do?

Display job offers via the offical Personio XML Feed.

Installation

The recommended way to install the extension is by using Composer. In your Composer based TYPO3 project root, just run:

composer require dskzpt/personio

Setup

  1. Install the extension
  2. Include the provided static typoscript
  3. Add a "Personio: Job List" to any page of your choice
  4. Configure the Plugin via it's flexform

Route Enhancers

In order to generate a nicer URL you can use the following Route Enhancer. The UID of the Job offering will then be use for the detail page URL.

routeEnhancers:
  Personio:
    limitToPages:
      - XX
    type: Extbase
    extension: Personio
    plugin: Show
    routes:
      -
        routePath: '/{uid}'
        _controller: 'Personio::show'
    defaultController: 'Personio::show'

*XX = Uid of your page with a show plugin

Contributing

Please refer to the contributing document included in this repository.