定制 webexcess/multicolumn 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

webexcess/multicolumn

最新稳定版本:4.1.0

Composer 安装命令:

composer require webexcess/multicolumn

包简介

Bootstrap grid for Neos CMS

README 文档

README

Latest Stable Version License

Bootstrap grid for Neos CMS

WebExcess.MultiColumn

Compatibility and Maintenance

The current versions are running absolutely fine and Future versions are maintained by Jung von Matt TECH.

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:

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.

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:

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.

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

统计信息

  • 总下载量: 1.38k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 3
  • Forks: 1
  • 开发语言: SCSS

其他信息

  • 授权协议: MIT
  • 更新时间: 2017-03-28