pkd/personio
Composer 安装命令:
composer require pkd/personio
包简介
Personio extension, based on extbase & fluid for TYPO3 CMS
README 文档
README
1 Features
- Job positions from Personio XML feed
2 Usage
2.1 Installation
Installation using Composer
The recommended way to install the extension is using Composer.
Run the following command within your Composer based TYPO3 project:
composer require pkd/personio
Installation as extension from TYPO3 Extension Repository (TER)
Download and install the extension with the extension manager module.
2.2 Pre-requisite settings on Personio
- Enable the XML-Feed on your career page. After activation the feed is available at the following URL i.e. https://youraccount.jobs.personio.de/xml
2.3 Minimal setup
- Include the static TypoScript of the extension.
- Create a list plugin on a page
- Create a show plugin on a page
Filtering For filtering, the specification of the feed URL in the plugin is required. Please specify a feed URL and save the plugin first. After saving, the filters are obtained from the personio xml feed.
Route Enhancers
routeEnhancers:
Personio:
limitToPages:
- 26
type: Extbase
extension: Personio
plugin: Show
routes:
-
routePath: '/{uid}'
_controller: 'Personio::show'
defaultController: 'Personio::show'
*26=Uid of your page with a show plugin
统计信息
- 总下载量: 3.36k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2022-01-09