netzmacht/contao-timelinejs

Integrates TimelineJS into Contao CMS

3.0.0-alpha2 2016-09-30 12:49 UTC

This package is auto-updated.

Last update: 2024-04-06 07:50:08 UTC


README

Build Status Version License Downloads Contao Community Alliance coding standard

Extension for CMS Contao for create timelines based on TimelineJS.

Requirements

This extension requires Contao 3.5.x and at least PHP 5.4. It is also based on contao-toolkit 2.0 which means that extensions basing on v1 of this dependency could not be used the same time.

Install

This extension is provided using composer only. Search and install the extension via the package manager or install it manually using:

$ php composer.phar require netzmacht/contao-timelinejs:~3.0

Features

  • Create timelines with various elements.
  • No javascript knowledge needed. Everything is configured out of the box.
  • Cached timelines, so that performance is increased.

For developer

  • Event driven timeline building. Easy to customize the timeline definition.
  • Multiple data sources are supported. Feed free to create your own one.

Migrating

Migrating form contao-timeline v1 to v3 is not supported.