neos/nodetypes-columnlayouts

Various simple column layouts node type.

Maintainers

👁 neos

Package info

github.com/neos/nodetypes-columnlayouts

Language:HTML

Type:neos-package

pkg:composer/neos/nodetypes-columnlayouts

Fund package maintenance!

shop.neos.io/neosfunding

Statistics

Installs: 440 554

Dependents: 4

Suggesters: 0

Stars: 2

9.1.6 2026-02-26 21:49 UTC

Requires

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

GPL-3.0-or-later 2b6862ab9ca35c563d40cf548760bfc6b48cad52

This package is auto-updated.

Last update: 2026-06-22 08:55:02 UTC


README

This package offers content NodeTypes for two, three and four column layouts in a very simple manner. Please consider this a example implementation - you probably want to implement your own.

Attention

This package renders a layout div, like <div class="container columns-25-75">[content]</div> for a two column layout with a left 25% column and on the right a 75% column. You need to bring your own CSS, which implements the layout.

Contribute

If you want to contribute to Neos, please have a look at https://github.com/neos/neos-development-collection - it is the repository used for development and all pull requests should go into it.