formatz / contao-fz-news-list-bundle
Format-Z Contao News-list bundle
1.3
2023-06-21 08:14 UTC
Requires
- php: >=7.1
- contao/core-bundle: ^4.4
- contao/news-bundle: ^4.4
- symfony/http-kernel: 3.4.* || ^4.1 || ^5.0 || ^6.0
Requires (Dev)
- contao/manager-plugin: ^2.0
Conflicts
- contao/core: *
- contao/manager-plugin: <2.0 || >=3.0
This package is auto-updated.
Last update: 2025-02-21 11:38:58 UTC
README
Format-Z Contao module for News list.
This module while not show the current news inside a news reader when showing similar news. There also is new fields :
- proposed by
- image for proposed by
- slogan
These three fields must be added on the news template to be used.
- proposed by =>
$this->proposed_by
- image proposed by =>
{{image::<?= \StringUtil::binToUuid($this->proposed_by_img) ?>?width=60&height=60&class=img-circle}}
- slogan =>
$this->slogan
Installation
Edit the composer.json
file and a new JSON block :
"repositories": [
{
"type": "vcs",
"url": "https://gitlab.com/formatz/contao-fz-news-list-bundle"
}
],
Then install the bundle with the command : composer require formatz/contao-fz-news-list-bundle