Download the PHP package bk2k/autogrids without Composer
On this page you can find all versions of the php package bk2k/autogrids. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package autogrids
Automatic Grids
This is a configuration extension for Grid Elements. It provides a clean configuration for Grid Elements to be compliant with TYPO3 Core Best-Practices.
Installation
composer require bk2k/autogrids
.- Install Extension in Extension Manager.
- Remove
EXT:gridelements
Static Template! - Include
EXT:autogrids
Static Template.
What does it do?
- It respects your
lib.contentElement
configuration. - It gives you the freedom to define the behaviour yourself.
- It delivers streamlined markup.
- It delivers easy to understand templates.
What does it not do?
- It does not deliver responsive grids out of the box!
What does it generate?
Grid-Elements TsConfig Configuration
HTML
How does it work?
The only css added to the instance is a simple flexbox container and a column config that ensures that all elements are rendered with the same with.
How do i make the grid responsive?
You just add the css that makes the grid behave as you want it to.
Unset default CSS
Example CSS
All versions of autogrids with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0.0
typo3/cms-backend Version ^9.5
typo3/cms-core Version ^9.5
typo3/cms-frontend Version ^9.5
gridelementsteam/gridelements Version ^9.0
typo3/cms-backend Version ^9.5
typo3/cms-core Version ^9.5
typo3/cms-frontend Version ^9.5
gridelementsteam/gridelements Version ^9.0
The package bk2k/autogrids contains the following files
Loading the files please wait ....