2017 © Pedro Peláez
 

typo3-cms-extension koning-bootstrap-carousel

TYPO3 Extension: Carousel with Bootstrap 3.* compliant HTML

image

koninklijke-collective/koning-bootstrap-carousel

TYPO3 Extension: Carousel with Bootstrap 3.* compliant HTML

  • Tuesday, November 29, 2016
  • by koninklijk
  • Repository
  • 3 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 3 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

koning_bootstrap_carousel

This extension offers a carousel content element that renders Bootstrap 3.* compliant HTML., (*1)

It uses a background image rather than an img tag, so background-size and background-position can be managed (per slide)., (*2)

Setup

  • Install the extension
  • Add the Koning Bootstrap Carousel static template
  • Add the plugin Bootstrap Carousel to your page

Default styles

The default height is 600px. Override this by adding the following CSS:, (*3)

.koning-bootstrap-carousel .item {
    height: 1000px;
}

Override template

Add the following to your TypoScript setup:, (*4)

plugin.tx_koningbootstrapcarousel {
    view {
        templateRootPaths {
            20 = EXT:my_ext/Resources/Private/Templates
        }
        partialRootPaths {
            20 = EXT:my_ext/Resources/Private/Partials
        }
        layoutRootPaths {
            20 = EXT:my_ext/Resources/Private/Layouts
        }
    }
}

The Versions

29/11 2016

dev-flexform-template-overwrite

dev-flexform-template-overwrite https://github.com/koninklijke-collective/koning_library

TYPO3 Extension: Carousel with Bootstrap 3.* compliant HTML

  Sources   Download

LGPL-3.0+

bootstrap typo3 cms carousel koning

16/05 2016

dev-master

9999999-dev https://github.com/koninklijke-collective/koning_library

TYPO3 Extension: Carousel with Bootstrap 3.* compliant HTML

  Sources   Download

LGPL-3.0+

bootstrap typo3 cms carousel koning