drblitz / blog-author
Package info
github.com/dr-blitz-weblab/blog_author
Type:typo3-cms-extension
pkg:composer/drblitz/blog-author
v1.0.0
2023-10-31 20:11 UTC
Requires
- php: ^7.4 || ^8.0
- t3g/blog: ^12.0
- typo3/cms-core: ^11.5 || ^12.4
This package is auto-updated.
Last update: 2026-03-07 20:35:16 UTC
README
The plugin allows you to display information about the authors of post in a single view.
Installation
composer req drblitz/blog-author
Displaying information about the author/authors can be done in two ways.
You can either add a new plugin to the page:
or you can also call it as a Typoscript object:
<f:cObject typoscriptObjectPath="lib.post_authors" />
