neos/nodetypes-columnlayouts

Various simple column layouts node type.

Fund package maintenance!
shop.neos.io/neosfunding

Installs: 343 701

Dependents: 4

Suggesters: 0

Security: 0

Stars: 2

Watchers: 5

Forks: 1

Language:HTML

Type:neos-package

9.0.0-beta9 2023-11-06 07:20 UTC

This package is auto-updated.

Last update: 2024-04-24 18:06:49 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.