PHPackages                             xima/xima-typo3-dashboard-news - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. xima/xima-typo3-dashboard-news

ActiveTypo3-cms-extension[Utility &amp; Helpers](/categories/utility)

xima/xima-typo3-dashboard-news
==============================

Display important messages and announcements in the TYPO3 dashboard to keep editorial teams in the loop

1.1.0(5mo ago)03.2k↓31.5%1[3 issues](https://github.com/xima-media/xima-typo3-dashboard-news/issues)GPL-2.0-or-laterPHPPHP ^8.1

Since Oct 8Pushed 5mo agoCompare

[ Source](https://github.com/xima-media/xima-typo3-dashboard-news)[ Packagist](https://packagist.org/packages/xima/xima-typo3-dashboard-news)[ RSS](/packages/xima-xima-typo3-dashboard-news/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (14)Versions (6)Used By (0)

TYPO3 Dashboard News `xima_typo3_dashboard_news`
================================================

[](#typo3-dashboard-news-xima_typo3_dashboard_news)

[![Latest Stable Version](https://camo.githubusercontent.com/19519ae960bdf7f1e09cc353c66f97c297bae2012777917f64def90606155c06/68747470733a2f2f7479706f332d6261646765732e6465762f62616467652f78696d615f7479706f335f64617368626f6172645f6e6577732f76657273696f6e2f736869656c64732e737667)](https://packagist.org/packages/xima/xima-typo3-dashboard-news)[![Supported TYPO3 versions](https://camo.githubusercontent.com/1374f924cb29c254d3a6777100694adc4a2d408f217b217bcfbc83d2a680f2d9/68747470733a2f2f62616467656e2e6e65742f62616467652f5459504f332f31312532302625323031322532302625323031332f6f72616e6765)](https://extensions.typo3.org/extension/xima_typo3_dashboard_news)[![Total Downloads](https://camo.githubusercontent.com/29ad3d2b238e12d7eb4c758b1027085f711e373270a9ec5ecf686c58227d1a68/68747470733a2f2f7479706f332d6261646765732e6465762f62616467652f78696d615f7479706f335f64617368626f6172645f6e6577732f646f776e6c6f6164732f736869656c64732e737667)](https://extensions.typo3.org/extension/xima_typo3_dashboard_news)

Display important messages and announcements in the TYPO3 dashboard to keep editorial teams in the loop

[![Screenshot](./Documentation/screenshot.png)](./Documentation/screenshot.png)

Features
--------

[](#features)

The package allows editors to be informed easily and directly via the TYPO3 dashboard. It is deliberately limited to creating and displaying short news, or alternatively an RSS feed, to ensure simple and straightforward use and maintenance.

Available widgets:

- Editorial News: Displays a short list of important messages and announcements for the editorial team
    - Adding news is restricted to admins by default
    - Integrators may allow editors to create and manage news items to show for everybody
- Editorial Feed: Displays a short list of important news feed items for the editorial team
    - Integrators may set up an external RSS feed to show news from a project blog or release notes etc
- Welcome: Displays a welcome message for editors with useful links and information
    - Integrators may add a link to a custom manual

[![Screenshot](./Documentation/screenshot-widgets.png)](./Documentation/screenshot-widgets.png)

✨ These news records are not enough for your needs? Check out our [internal news extension](https://github.com/xima-media/xima-typo3-internal-news), which provides a full-featured backend news system including categories, media files, recurring dates, a dedicated toolbar module, and a breaking news feature (display selected news as modal when a user logs in).

✨ You want to give your editors some more insights to the content quality of their pages? Check out our [content audit extension](https://github.com/xima-media/xima-typo3-content-audit), which shows stale content, missing metadata and more.

Requirements
------------

[](#requirements)

- PHP
- TYPO3

Installation
------------

[](#installation)

```
composer require xima/xima-typo3-dashboard-news
```

⚠️ When you want to configure the widgets you need to require the package in your sitepackage, to keep the correct order of service definitions.

Source
------

[](#source)

Usage
-----

[](#usage)

- Configure the widgets as needed (see below)
- Add dashboard news items to the root page (or any other page, just change the configuration accordingly)
- When editors should be able to create news items, make sure to give them access rights to the storage folder and the news record table, and change the widget configuration
- Allow the widgets in the backend group settings
- Let editors add the widget to their dashboard

### Configuration

[](#configuration)

You may configure the widgets by adjusting the available parameters. Copy and paste the `parameters` section from the [Services.yaml](./Configuration/Services.yaml) file into your own and adjust the values as needed.

Example to allow selected editors adding dashboard news records in storage folder `1337` as well and reduce the maximum characters shown:

*EXT:acme\_sitepackage/Configuration/Services.yaml*

```
parameters:
    xima_typo3_dashboard_news.widgets.news.options:
        allowedPageUids: [0,1337]
        maxCharacters: 200
```

Example to fetch news from a custom project feed:

*EXT:acme\_sitepackage/Configuration/Services.yaml*

```
parameters:
    xima_typo3_dashboard_news.widgets.feed.options:
        feedUrl: 'https://example.com/agency/release-notes.xml'
```

The package comes with a preset including all widgets. To assign the preset to all new users, add this line to your TSconfig:

```
options.dashboard.dashboardPresetsForNewUsers = tx_ximatypo3dashboardnews_dashboard

```

Widgets are always filtered by permissions of each user. Only widgets that are permitted for the user appear on the board.

💡 Hint: You may create your own a dashboard preset including some default widgets you want to show your editors: [TYPO3 Docs - Dashboard Presets](https://docs.typo3.org/permalink/typo3-cms-dashboard:dashboard-presets)

Development
-----------

[](#development)

To set up a development environment, please clone the repository and run

```
ddev start && ddev init-typo3
```

Execute the command again to reset the installation.

License
-------

[](#license)

GNU General Public License version 2 or later

The GNU General Public License can be found at .

Author
------

[](#author)

Dan Kleine ([@pixelbrackets](https://github.com/pixelbrackets)) for [XIMA](https://www.xima.de/)

Changelog
---------

[](#changelog)

[CHANGELOG.md](CHANGELOG.md)

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance70

Regular maintenance activity

Popularity24

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~16 days

Total

4

Last Release

173d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/847890ddab205b4421b159071ae9c72f113f3f7786e2393c6403406fc52dc5f5?d=identicon)[ximamedia](/maintainers/ximamedia)

![](https://www.gravatar.com/avatar/3ca67c6c7d79cf33bb5688dcbf217ad52309a52580b6a490aae8445f446178a3?d=identicon)[pixelbrackets](/maintainers/pixelbrackets)

---

Top Contributors

[![pixelbrackets](https://avatars.githubusercontent.com/u/1592995?v=4)](https://github.com/pixelbrackets "pixelbrackets (11 commits)")

###  Code Quality

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/xima-xima-typo3-dashboard-news/health.svg)

```
[![Health](https://phpackages.com/badges/xima-xima-typo3-dashboard-news/health.svg)](https://phpackages.com/packages/xima-xima-typo3-dashboard-news)
```

###  Alternatives

[fluidtypo3/flux

The flux package from FluidTYPO3

152982.2k20](/packages/fluidtypo3-flux)[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

96374.6k23](/packages/friendsoftypo3-content-blocks)[wazum/sluggi

TYPO3 extension for URL slug management with inline editing, auto-sync, locking, access control, and redirects

39488.5k](/packages/wazum-sluggi)[eliashaeussler/typo3-form-consent

Extension for TYPO3 CMS that adds double opt-in functionality to EXT:form

1481.0k](/packages/eliashaeussler-typo3-form-consent)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
