1tool / bootstrap_gridelements

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bootstrap_gridelements

TYPO3 Extension for adding Bootstrap 4 Grid to GridElements

Features

  • Elements for 2, 3, 4 Columns
  • English and German Translation
  • TYPO3 8 & 9
  • Documentantion

Usage

Installation

Installation as extension from TYPO3 Extension Repository (TER) (recomened)

Download and install the extension with the extension manager module.

Manual Installation (FTP required)

  • Download extension via GitHub or TYPO3-Ter
  • Go to your FTP and navigate to /typo3conf/ext/ and upload the bootstrap_gridelements folder there

Minimal Setup

  1. Activate Extension in Extensionmanager
  2. Include the static TypoScript of the extension and Gridelements
  3. Gridelements must be above the bootstrap_gridelements extension

Administartion corner

Versions and support

bootstrap_gridelements TYPO3 PHP Support/Development
1.x 8.7.x - 9.x 7.0 - 7.3 Features, Bugfixes, Security updates

Changelog

Please look here in the changelog.md

Release Management

bootstrap_gridelements uses semantic versioning which basically means for you, that

  • bugfix updates (e.g. 1.0.0 => 1.0.1) just includes small bugfixes or security relevant stuff without breaking changes.
  • minor updates (e.g. 1.0.0 => 1.1.0) includes new features and smaller tasks without breaking changes.
  • major updates (e.g. 1.0.0 => 2.0.0) breaking changes wich can be refactorings, features or bugfixes.

© 2019 Koerbler. - Digital Erfolgreich!

About

License:GNU General Public License v3.0


Languages

Language:PHP 100.0%