2017 © Pedro Peláez
 

neos-package multicolumn

Expand the settings for the Neos MultiColumn

image

webexcess/multicolumn

Expand the settings for the Neos MultiColumn

  • Thursday, April 20, 2017
  • by webexcess
  • Repository
  • 2 Watchers
  • 0 Stars
  • 27 Installations
  • HTML
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 6 Versions
  • 50 % Grown

The README.md

WebExcess.MultiColumn Package for Neos CMS

Latest Stable Version License, (*1)

Bootstrap grid for Neos CMS, (*2)

WebExcess.MultiColumn, (*3)

Compatibility and Maintenance

The current versions are running absolutely fine and Future versions are maintained by Jung von Matt TECH., (*4)

Neos Version WebExcess.MultiColumn Version Maintained
Neos 7.x JvMTECH.MultiColumn YES
Neos 5.x 4.x NO
Neos 4.x 3.x NO
Neos 3.x 2.x NO
Neos 2.3 LTS 1.x NO

Installation

composer require webexcess/multicolumn

Configuration

Restricted content

To allow your content elements to be inserted in a column, you have to add the following to your NodeType:, (*5)

Your.Package:NodeType:
  superTypes:
    WebExcess.MultiColumn:Constraint.Column.Allowed: true

Row dialog

When inserting a row, 2 columns are inserted by default. To improve the user experience, the WebExcess.MultiColumn:Mixin.Row.Dialog can be added. This will ask for the number of columns when inserting., (*6)

WebExcess.MultiColumn:Row:
  superTypes:
    WebExcess.MultiColumn:Mixin.Row.Dialog: true

Disable property

To disable e.g. the offset, override in your package the column NodeType by the following:, (*7)

WebExcess.MultiColumn:Column:
  superTypes:
    WebExcess.MultiColumn:Mixin.Column.Offset: false

To disable e.g. only the xl property, you can just disable the WebExcess.MultiColumn:Mixin.Column.Offset.XL mixin., (*8)

WebExcess.MultiColumn:Column:
  superTypes:
    WebExcess.MultiColumn:Mixin.Column.Offset.XL: false

The Versions

20/04 2017

dev-master

9999999-dev

Expand the settings for the Neos MultiColumn

  Sources   Download

MIT

The Requires

 

20/04 2017

2.0.x-dev

2.0.9999999.9999999-dev

Expand the settings for the Neos MultiColumn

  Sources   Download

MIT

The Requires

 

20/04 2017

2.0.0

2.0.0.0

Expand the settings for the Neos MultiColumn

  Sources   Download

MIT

The Requires

 

28/03 2017

1.0.x-dev

1.0.9999999.9999999-dev

Expand the settings for the Neos MultiColumn

  Sources   Download

MIT

The Requires

 

28/03 2017

1.0.1

1.0.1.0

Expand the settings for the Neos MultiColumn

  Sources   Download

MIT

The Requires

 

28/03 2017

1.0.0

1.0.0.0

Expand the settings for the Neos MultiColumn

  Sources   Download

MIT

The Requires