Skip to content

collective/collective.ptg.bootstrapcarousel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

collective.ptg.bootstrapcarousel

Introduction

Basic integration of the Twitter Bootstrap Carousel with collective.plonetruegallery

This add-on will only work with Plone >= 4.3 as jQuery 1.7 is not supported on previous versions of Plone.

Bootstrap's Carousel needs jQuery 1.7 or higher.

Requirements

How It Works

You can enabled the Bootstrap Carousel gallery display type follow the steps:

  • at the top right corner of the page click on the Admin drop down menu
  • choose Site Setup
  • at the Add-on Configuration
  • click on Plone True Gallery settings section
  • at the Main tab changes the Gallery Display Type option with the Bootstrap Carousel value

The collective.ptg.bootstrapcarousel package include the gallery display type called Bootstrap Carousel and this have a configlet like the following:

https://github.com/collective/collective.ptg.bootstrapcarousel/raw/master/docs/ptg_bootstrapcarousel_controlpanel.png

Them, you can see how looks like the Bootstrap Carousel gallery display type from a Folder as the following:

https://github.com/collective/collective.ptg.bootstrapcarousel/raw/master/docs/ptg_bootstrapcarousel_view.png

Features

  • It's an installable Plone package.
  • After installation from Add-ons controlpanel, you can changes the PloneTruegallery settings globally or locally.
  • It's have support for clean uninstallation.

Installation

If you are a developer, you might enjoy installing it via buildout.

For install collective.ptg.bootstrapcarousel package add it to your buildout section's eggs parameter e.g.:

[buildout]
 ...
 eggs =
     ...
     collective.ptg.bootstrapcarousel

and then running bin/buildout.

Or, you can add it as a dependency on your own product setup.py file:

install_requires=[
    ...
    'collective.ptg.bootstrapcarousel',
],

Contribute

License

The project is licensed under the GPLv2.

Credits

  • Jason Murphy (json.murphy at gmail dot com).

Amazing contributions

  • Leonardo J. Caballero G. aka macagua (leonardocaballero at gmail dot com).

You can find an updated list of package contributors on https://github.com/collective/collective.ptg.bootstrapcarousel/contributors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published