承接 schmidtwebmedia/grid-for-container 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

schmidtwebmedia/grid-for-container

最新稳定版本:3.1.1

Composer 安装命令:

composer require schmidtwebmedia/grid-for-container

包简介

Add an easy to use grid element for Container. It's Framework independent. Prepared for Bootstrap.

README 文档

README

Latest Stable Version TYPO3 11 TYPO3 12 TYPO3 12 Container

Total Downloads Monthly Downloads

Buy Me A Coffee

Description

You can use this extension for adding an easy to use Grid which are Framework independently.

It's pre-configured for Bootstrap 3, 4 and 5.

Important: The Bootstrap CSS/JS is not included

Features

There are Grid options to choose for an TYPO3 editor. Something like (e.g. two column)

  • 50/50
  • 33/66
  • 25/75

This work for

  • 1 column grid
  • 2 column grid
  • 3 column grid
  • 4 column grid

Backend

Backend View

Screenshot Backend

Frontend

Screenshot Frontend Output

Install

  1. Install the extension container.
  2. Install the extension grid_for_container
  3. Include the static template
  4. Be happy with an easy way to use Grids in TYPO3 :)

Composer install:

composer require schmidtwebmedia/grid-for-container

Customizing

You can customize the output in frontend and change the framework or add more options for Grid ratio. And change the path to JSON Config file in extension settings.

Please use following structure of json file:

{
  "cols": [
    {
      "onecol": [
        {
          "label": "",
          "class": [
            "",
            ""
          ]
        }
      ],
      "twocol": [
        {
          "label": "",
          "class": [
            "",
            ""
          ]
        }
      ],
      "threecol": [
        {
          "label": "",
          "class": [
            "",
            "",
            ""
          ]
        }
      ],
      "fourthcol": [
        {
          "label": "",
          "class": [
            "",
            "",
            "",
            ""
          ]
        }

      ]
    }
  ],
  "row": [
    {
      "class": ""
    }
  ]
}

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-2.0-or-later
  • 更新时间: 2021-11-27