定制 diu/grid 二次开发

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

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

diu/grid

最新稳定版本:8.0.4

Composer 安装命令:

composer require diu/grid

包简介

README 文档

README

What is the DIU.Grid Plugin?

The DIU.Grid Plugin is a plugin for neos cms that provides the a 12 column grid system as a basic structure. This kind of grid system is found on many web pages. The css structure is based on bootstrap 4.x. The static resources are not added in this project.

Installation

composer require diu/grid

  • Version 2.x is for Neos 4.1,4.2,3.3
  • Version 3.x is for Neos 4.2 and upcoming

How to use the DIU.Grid Plugin?

  1. Require the package in your composer.json file.

  2. Allow sections as childnodes in your content elements.

  3. Override the constraints for the grid content elements.

  4. Add CSS rules for top and bottom margins. This is necessary because breakpoints may vary between projects. An Example can be found in Resources/Private/Fusion/Components/Atom/Margin/Margin.scss. Maybe also override the allowed values in Configuration/NodeTypes.Content.Mixins.Spacing.yaml.

  5. Add in your site package necessary layouts

e.g.:

0-4-4-4 => 3 equal columns no beginning offset
2-4-4-2 => 3 columns, two 4 cols and one 2 cols with an beginning offset of two cols
TODO:
  • Add example for override

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 2
  • 开发语言: SCSS

其他信息

  • 授权协议: GPL-3.0-or-later
  • 更新时间: 2019-02-26