dachcom-digital / news
Pimcore News
Installs: 23 395
Dependents: 0
Suggesters: 0
Security: 0
Stars: 17
Watchers: 14
Forks: 15
Open Issues: 0
Type:pimcore-bundle
Requires
- pimcore/pimcore: ^11.0
- dev-master
- v4.0.2
- v4.0.1
- v4.0.0
- 3.x-dev
- v3.0.9
- v3.0.8
- v3.0.7
- v3.0.6
- v3.0.5
- v3.0.4
- v3.0.3
- v3.0.2
- v3.0.1
- v3.0.0
- 2.x-dev
- v2.2.7
- v2.2.6
- v2.2.5
- v2.2.4
- v2.2.3
- v2.2.2
- v2.2.1
- v2.2.0
- v2.1.2
- v2.1.1
- v2.1.0
- v2.0.4
- v2.0.3
- v2.0.2
- v2.0.0
- v1.6.1
- v1.6.0
- v1.5.3
- v1.5.2
- v1.5.1
- v1.5.0
- v1.4.1
- v1.4.0
- v1.3.0
- v1.2.2
- v1.2.1
- v1.2.0
- v1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.0
- 0.9.0
- dev-fix-wrong-column-names
- dev-pimcore4
This package is auto-updated.
Last update: 2024-10-22 10:57:14 UTC
README
Pimcore News Bundle. Generate simple custom entry types like Events, Press or Event.
Requirements
⚠️⚠️ This extension has reached its end of life and only receives compatibility update. It will not be developed further.
Installation
"require" : { "dachcom-digital/news" : "~4.0.0", }
- Execute:
$ bin/console pimcore:bundle:enable NewsBundle
- Execute:
$ bin/console pimcore:bundle:install NewsBundle
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
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.
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
- 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
Further Information
Copyright and license
Copyright: DACHCOM.DIGITAL
For licensing details please visit LICENSE.md
Upgrade Info
Before updating, please check our upgrade notes!