https://github.com/dachcom-digital/pimcore-news
Pimcore - News Bundle
https://github.com/dachcom-digital/pimcore-news
blog events news pimcore
Last synced: about 1 year ago
JSON representation
Pimcore - News Bundle
- Host: GitHub
- URL: https://github.com/dachcom-digital/pimcore-news
- Owner: dachcom-digital
- License: other
- Created: 2016-02-17T08:26:50.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-03-12T15:56:41.000Z (about 2 years ago)
- Last Synced: 2024-04-14T04:44:51.455Z (about 2 years ago)
- Topics: blog, events, news, pimcore
- Language: PHP
- Homepage:
- Size: 320 KB
- Stars: 17
- Watchers: 14
- Forks: 15
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Pimcore News
[](LICENSE.md)
[](LICENSE.md)
Pimcore News Bundle. Generate simple [custom entry types](docs/20_EntryTypes.md) 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
```json
"require" : {
"dachcom-digital/news" : "~4.1.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` and `NewsCategory`). If you're going to modify them, please make sure that you're follow our [upgrade notes](UPGRADE.md) 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](https://www.pimcore.org/docs/latest/Objects/Object_Classes/Data_Types/Classification_Store.html) data.
- *Relations & Settings* Tab: Extend Entries with [Object Bricks](https://www.pimcore.org/docs/latest/Objects/Object_Classes/Data_Types/Object_Bricks.html).
- Configure additional configuration fields with an [eventlistener and twig](./docs/40_CustomConfiguration.md)
### Further Information
- [Head Meta Generator](./docs/10_HeadMetaGenerator.md)
- [Link Generator](./docs/11_LinkGenerator.md)
- [Related Entries Generator](./docs/12_RelatedEntriesGenerator.md)
- [The Amazing Entry Types](./docs/20_EntryTypes.md)
- [Presets](./docs/30_Presets.md) (new!)
## Upgrade Info
Before updating, please [check our upgrade notes!](UPGRADE.md)
## License
**DACHCOM.DIGITAL AG**, Löwenhofstrasse 15, 9424 Rheineck, Schweiz
[dachcom.com](https://www.dachcom.com), dcdi@dachcom.ch
Copyright © 2025 DACHCOM.DIGITAL. All rights reserved.
For licensing details please visit [LICENSE.md](LICENSE.md)