2017 © Pedro Peláez
 

neos-package neos-flexboxgrid

Neos CMS package to provide some flexbox based grid layouts

image

johannessteu/neos-flexboxgrid

Neos CMS package to provide some flexbox based grid layouts

  • Wednesday, December 21, 2016
  • by johannessteu
  • Repository
  • 1 Watchers
  • 0 Stars
  • 64 Installations
  • 0 Dependents
  • 1 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 2 % Grown

The README.md

JohannesSteu.Neos.FlexBoxGrid

This is a package based on JohannesSteu.Bootstrap.GridSystem and implements a grid system based on a flexbox approach. This Package also bundles stylesheets and uses therefore flexboxgrid / http://flexboxgrid.com/, (*1)

Installation

Just install it via composer, (*2)

composer require johannessteu/neos-flexboxgrid

or just copy this package in YOUR_ROOT/Applications/JohannesSteu.Neos.FlexBoxGrid, (*3)

Afterwards the Root.ts2 will be auto-included in your main TypoScript. Otherwise use, (*4)

include: resource://JohannesSteu.Neos.FlexBoxGrid/Private/TypoScript/Root.ts2

in your Root.ts2., (*5)

Inside your Template you need to include the stylesheets:, (*6)

<link rel="stylesheet" type="text/css" href="{f:uri.resource(package: 'JohannesSteu.Neos.FlexBoxGrid', path: 'Styles/flexboxgrid.min.css')}" media="all">

inside your head-Section. You could also include in your distribution the npm module flexboxgrid and use those files., (*7)

Usage

To use this plugin just create a new ContentElement inside your page and choose one of the new types. The Inspector-Pane will give you access to all different layouts and settings. For further informations about usage check JohannesSteu.Bootstrap.GridSystem, (*8)

The Versions

21/12 2016

dev-master

9999999-dev

Neos CMS package to provide some flexbox based grid layouts

  Sources   Download

GPL-3.0+

The Requires

 

16/05 2016

0.1.1

0.1.1.0

Neos CMS package to provide some flexbox based grid layouts

  Sources   Download

GPL-3.0+

The Requires

 

11/05 2016

0.1.0

0.1.0.0

Neos CMS package to provide some flexbox based grid layouts

  Sources   Download

GPL-3.0+

The Requires