https://github.com/flowpack/flowpack.neos.whatsneweditor.inmyproject
Nodetypes for the Neos CMS for creating content which then can be shown via the corresponding What's New Dashboard package.
https://github.com/flowpack/flowpack.neos.whatsneweditor.inmyproject
Last synced: 7 days ago
JSON representation
Nodetypes for the Neos CMS for creating content which then can be shown via the corresponding What's New Dashboard package.
- Host: GitHub
- URL: https://github.com/flowpack/flowpack.neos.whatsneweditor.inmyproject
- Owner: Flowpack
- Created: 2025-06-13T12:53:08.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-07-04T17:42:30.000Z (9 months ago)
- Last Synced: 2025-07-04T17:47:40.073Z (9 months ago)
- Language: CSS
- Size: 319 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Neos.WhatsNewEditor.InMyProject
Nodetypes for the Neos CMS for creating content which then can be shown via the corresponding [What's New Dashboard package](https://github.com/sandstorm/Neos.WhatsNewDashboard).
## Integration
### Installation
Install via composer with `composer require flowpack/neos-whatsneweditor-inmyproject`.
### Usage
Add `'Flowpack.Neos.WhatsNewEditor.InMyProject:Document.WhatsNewDashboardPage': true` to your root (or another) page > this is the entrypoint for the news. You then can find the page in the `What's new dashboard elements` section:

The url of this page will then be used for the [What's New Dashboard package](https://github.com/sandstorm/Neos.WhatsNewDashboard) to show the news for your project.
### Components
Below the main content collection you can add 2 kinds of sections. A one column section and a two column section.

In those sections you can add basic content elements to structure your project news page.
