2017 © Pedro Peláez
 

typo3-flow-plugin neos-nodetype-slickcarousel

Slick carousel for Neos CMS

image

m12/neos-nodetype-slickcarousel

Slick carousel for Neos CMS

  • Sunday, November 12, 2017
  • by ryzy
  • Repository
  • 3 Watchers
  • 10 Stars
  • 1,439 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 3 Forks
  • 1 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

M12.SlickCarousel - Slick carousel for Neos CMS

Slick Carousel node type for Neos CMS., (*1)

Installation

  • Install this Neos plugin via composer:
composer require m12/neos-nodetype-slickcarousel:dev-master
  • Install Slick code in your site package. Refer to Slick documentation for details, you will need to include slick.js, slick.css and perhaps slick-theme.css to your page., (*2)

  • Add the following code to the end of BODY tag:, (*3)

$(document).ready(function () {
    var slickEl = $('.m12-slickcarousel-slick');

    $(slickEl).on('init', function(event, slick) {
        // Support non-standard 'nextOnClick' option:
        if (slick.slickGetOption('nextOnClick')) {
            $(slick.$slider).on('click', function() {
                slick.slickNext();
            });
        }
    });

    // Initialise Slick
    $(slickEl).slick();
});

Also see the Pb.Site site package for a complete example of how to install it with npm/gulp., (*4)

Author(s)

  • Marcin Ryzycki marcin@m12.io

Licensed under: The MIT License (MIT), (*5)

Sponsored by PrototypeBrewery.io - the new prototyping tool for building fully interactive prototypes of your website or web app. Built on top of Neos CMS and Zurb Foundation framework., (*6)

The Versions

12/11 2017

dev-master

9999999-dev

Slick carousel for Neos CMS

  Sources   Download

MIT

The Requires

 

06/09 2016

v1.0.0

1.0.0.0

Slick carousel for Neos CMS

  Sources   Download

MIT

The Requires

 

13/07 2016

v1.0.0-rc1

1.0.0.0-RC1

Slick carousel for Neos CMS

  Sources   Download

MIT

The Requires

 

24/03 2015

v0.1.0

0.1.0.0

Slick carousel for TYPO3 Neos

  Sources   Download

MIT

The Requires