/pimcore-news

Pimcore - News Bundle

Primary LanguagePHPOtherNOASSERTION

Pimcore News

Pimcore News Bundle. It's also possible to generate custom entry types like Press or Event.

Requirements

  • Pimcore 5.

Pimcore 4

Get the Pimcore4 Version here.

Installation

Composer Installation

  1. Add code below to your composer.json
  2. Activate & install it through backend
"require" : {
    "dachcom-digital/news" : "~2.0.0"
}

Important to know

  • The detail url is based on the title for each language. If the detail url field is empty, the title will be transformed to a valid url slug.
  • The News Bundle will install two classes (NewsEntry and NewsCategory). If you're going to modify them, please make sure that you're follow our upgrade notes in case we're changing the class structure.

Good to know

  • News can be placed at any place on your website through the news area element. Use it as list, latest or even as a custom layout.
  • The detail page always stays the same (see static route), no matter where you placed the area element.
  • It's possible to override the detail url in the news object.

Extending Entry Object

Further Information

Copyright and license

Copyright: DACHCOM.DIGITAL
For licensing details please visit LICENSE.md

Upgrade Info

Before updating, please check our upgrade notes!