dskzpt/personio
最新稳定版本:v1.0.1
Composer 安装命令:
composer require dskzpt/personio
包简介
README 文档
README
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
- Install the extension
- Include the provided static typoscript
- Add a "Personio: Job List" to any page of your choice
- 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
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2023-02-08