ftw.sliderblock

An image slider block to be used on a content page powered by ftw.simplelayout


Keywords
ftw, plone, slider, block
License
GPL-2.0
Install
pip install ftw.sliderblock==2.1.1

Documentation

Introduction

This package is an addon for ftw.simplelayout. Please make sure you already installed ftw.simplelayout on your plone site before installing this addon.

SliderBlock provides the integration of an image slider on a page powered by ftw.simplelayout. It uses the existing functionality of ftw.slider.

Compatibility

Plone 4.3.x

https://jenkins.4teamwork.ch/job/ftw.sliderblock-master-test-plone-4.3.x.cfg/badge/icon

Plone 5.1.x

Please use 2.x Releases. Be aware that the new dropzone based upload solution needs ftw.simplelayout 2.0.0. Thus version 2.x of ftw.sliderblock requires a ftw.simplelayout 2.x version.

Installation

  • Add the package to your buildout configuration:
[instance]
eggs +=
    ...
    ftw.sliderblock

Usage

Drag a SliderBlock form the toolbox into your page and add some SliderPane by switching to the folder listing view of the SliderBlock.

Development

Python:

  1. Fork this repo
  2. Clone your fork
  3. Shell: ln -s development.cfg buidlout.cfg
  4. Shell: python boostrap.py
  5. Shell: bin/buildout

Run bin/test to test your changes.

Or start an instance by running bin/instance fg.

Links

Copyright

This package is copyright by 4teamwork.

ftw.sliderblock is licensed under GNU General Public License, version 2.