Pimcore News Bundle. Generate simple custom entry types like Events, Press or Event.
"require" : {
"dachcom-digital/news" : "~4.0.0",
}
- Execute:
$ bin/console pimcore:bundle:enable NewsBundle
- Execute:
$ bin/console pimcore:bundle:install NewsBundle
- 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
andNewsCategory
). 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.
- 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.
- Meta Information Tab: Extend Entries with classification store data.
- Relations & Settings Tab: Extend Entries with Object Bricks.
- Configure additional configuration fields with an eventlistener and twig
Copyright: DACHCOM.DIGITAL
For licensing details please visit LICENSE.md
Before updating, please check our upgrade notes!