PHPackages                             jonnitto/headline - 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. jonnitto/headline

AbandonedArchivedNeos-plugin[Utility &amp; Helpers](/categories/utility)

jonnitto/headline
=================

Headline for Neos CMS

1.1.1(8y ago)03431MIT

Since Mar 23Pushed 6y ago1 watchersCompare

[ Source](https://github.com/jonnitto/Jonnitto.Headline)[ Packagist](https://packagist.org/packages/jonnitto/headline)[ RSS](/packages/jonnitto-headline/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (8)Dependencies (2)Versions (9)Used By (1)

[![Latest Stable Version](https://camo.githubusercontent.com/652de5511a0d36d132369c2914169230ae9381c3ba6146197c3695a4825c63be/68747470733a2f2f706f7365722e707567782e6f72672f6a6f6e6e6974746f2f686561646c696e652f762f737461626c65)](https://packagist.org/packages/jonnitto/headline)[![Total Downloads](https://camo.githubusercontent.com/3b7cb7257bdc8bbb0bdd1c483bef606bd68a95fc5179a309689f5ab55d067282/68747470733a2f2f706f7365722e707567782e6f72672f6a6f6e6e6974746f2f686561646c696e652f646f776e6c6f616473)](https://packagist.org/packages/jonnitto/headline)[![License](https://camo.githubusercontent.com/007aac39e57ba37f4444bb18c5bacebe07ed756f21a70f11b173df5a6a6574ff/68747470733a2f2f706f7365722e707567782e6f72672f6a6f6e6e6974746f2f686561646c696e652f6c6963656e7365)](LICENSE)[![GitHub forks](https://camo.githubusercontent.com/229e41810eb774bb1f089fd2a5c2f99b839d7445e83eb86238278de63844ad92/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f726b732f6a6f6e6e6974746f2f4a6f6e6e6974746f2e486561646c696e652e7376673f7374796c653d736f6369616c266c6162656c3d466f726b)](https://github.com/jonnitto/Jonnitto.Headline/fork)[![GitHub stars](https://camo.githubusercontent.com/6484c1b344c7b5a200d3297224e18dccba7e87b89d9f34db48a4957a3d88c1ce/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f73746172732f6a6f6e6e6974746f2f4a6f6e6e6974746f2e486561646c696e652e7376673f7374796c653d736f6369616c266c6162656c3d5374617273)](https://github.com/jonnitto/Jonnitto.Headline/stargazers)[![GitHub watchers](https://camo.githubusercontent.com/a5c683f6960dae90745b23c4ed22120b87db95fdba5d2a7b6d8d419cd893ff7e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f77617463686572732f6a6f6e6e6974746f2f4a6f6e6e6974746f2e486561646c696e652e7376673f7374796c653d736f6369616c266c6162656c3d5761746368)](https://github.com/jonnitto/Jonnitto.Headline/subscription)[![GitHub followers](https://camo.githubusercontent.com/d6a5c27d7c6c05ecc3a033972dd1c1d6e88610dc4495d29b74681b0dfe391eb5/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f666f6c6c6f776572732f6a6f6e6e6974746f2e7376673f7374796c653d736f6369616c266c6162656c3d466f6c6c6f77)](https://github.com/jonnitto/followers)[![Follow Jon on Twitter](https://camo.githubusercontent.com/a5d40acbfdb781560e282476df7895f40f8b10783e6b1b9058900bd601d5d2a8/68747470733a2f2f696d672e736869656c64732e696f2f747769747465722f666f6c6c6f772f6a6f6e6e6974746f2e7376673f7374796c653d736f6369616c266c6162656c3d466f6c6c6f77)](https://twitter.com/jonnitto)

Jonnitto.Headline Package for Neos CMS
======================================

[](#jonnittoheadline-package-for-neos-cms)

With this package you add a headline NodeType into [Neos CMS](https://www.neos.io).
You can choose the tagName and the style. Like that it's possible to have an `h2` with the style of an `h1`.
Contributions are very welcome!

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

[](#installation)

Most of the time you have to make small adjustments to a package (e.g. configuration in Settings.yaml). Because of that, it is important to add the corresponding package to the composer from your theme package. Mostly this is the site packages located under Packages/Sites/. To install it correctly go to your theme package (e.g.Packages/Sites/Foo.Bar) and run following command:

```
composer require jonnitto/headline --no-update
```

The --no-update command prevent the automatic update of the dependencies. After the package was added to your theme composer.json, go back to the root of the Neos installation and run composer update. Et voilà! Your desired package is now installed correctly.

Alignment support
-----------------

[](#alignment-support)

If you want to add alignment support you can set the super types on the `Headline` node type:

```
'Jonnitto.Headline:Headline':
  superTypes:
    'Jonnitto.Headline:AlignmentLeft': true
    'Jonnitto.Headline:AlignmentCenter': true
    'Jonnitto.Headline:AlignmentRight': true
```

If you want to get a fast overview, take a look at [Settings.yaml](Configuration/Settings.yaml) and [NodeTypes.Content.yaml](Configuration/NodeTypes.Content.yaml) in the [Configuration](Configuration) folder.

License
-------

[](#license)

Licensed under MIT, see [LICENSE](LICENSE)

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity68

Established project with proven stability

 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 ~57 days

Recently: every ~72 days

Total

8

Last Release

2977d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5fec51ac160a110a31a72a54ac29e276a447d8306205a052d35491ac9cf0589b?d=identicon)[jonnitto](/maintainers/jonnitto)

---

Top Contributors

[![jonnitto](https://avatars.githubusercontent.com/u/4510166?v=4)](https://github.com/jonnitto "jonnitto (14 commits)")

---

Tags

neoscmsnodetypeflowNeosheadline

### Embed Badge

![Health badge](/badges/jonnitto-headline/health.svg)

```
[![Health](https://phpackages.com/badges/jonnitto-headline/health.svg)](https://phpackages.com/packages/jonnitto-headline)
```

###  Alternatives

[techdivision/ckstyles

Neos package which enables you adding your custom style classes for the CkEditor with a simple Yaml configuration

21175.8k](/packages/techdivision-ckstyles)[shel/neos-colorpicker

A plugin for Neos CMS which provides a colorpicker editor

14101.5k6](/packages/shel-neos-colorpicker)[shel/neos-hyphens

A plugin for Neos CMS which provides hyphens for the inline editor

21210.1k1](/packages/shel-neos-hyphens)[moc/notfound

Neos CMS package that loads a normal editable page for displaying a 404 error

17169.4k](/packages/moc-notfound)[carbon/includeassets

Include your assets (css, js) in an easy way into Neos

14233.4k12](/packages/carbon-includeassets)

PHPackages © 2026

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