dskzpt/personio 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

dskzpt/personio

最新稳定版本:v1.0.1

Composer 安装命令:

composer require dskzpt/personio

包简介

README 文档

README

TYPO3 11 TYPO3 12 TYPO3 13 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.

统计信息

  • 总下载量: 611
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 2
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-2.0-or-later
  • 更新时间: 2023-02-08