peterbenke/pb-news-jobs

Extends the extension news with additional fields for jobs offers.

Installs: 346

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 1

Type:typo3-cms-extension

12.4.2 2024-12-09 07:42 UTC

This package is auto-updated.

Last update: 2024-12-09 07:59:45 UTC


README

Description

This extension extends the Extension “news” with additional fields for jobs offers.

Users manual

After installing the extension you have the following additional fields for a news-record in the backend:

  • Entry Date
  • Location
  • Area
  • Position
  • Job Number
  • Payment
  • Tasks
  • Requirements
  • Contact

Installation

Install this extension via composer

composer req peterbenke/pb-news-jobs

Edit your template-record and include static template from extension “News Jobs (pb_news-jobs)”

Configuration

Template markers

Now you have the following new template markers. Wrap them in your template with the Fluid-format.html-Viewhelper, for example:

<f:format.html>{newsItem.txPbnewsjobsTasks}</f:format.html>

KnownProblems

None at the moment.

Change log