2017 © Pedro Peláez
 

silverstripe-vendormodule silverstripe-elemental-countdown-block

Additional count down element for the SilverStripe Elemental module

image

dynamic/silverstripe-elemental-countdown-block

Additional count down element for the SilverStripe Elemental module

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

SilverStripe Elemental Countdown Block

Displays a countdown to a specific date and time., (*1)

Build Status Scrutinizer Code Quality Code Coverage Build Status codecov, (*2)

Latest Stable Version Total Downloads Latest Unstable Version License, (*3)

Requirements

  • silverstripe/recipe-cms: ^4@dev
  • dnadesign/silverstripe-elemental: ^4@dev

Installation

composer require dynamic/silverstripe-elemental-countdown, (*4)

Usage

Elemental Countdown Block will add the following Element to your site:, (*5)

  • Countdown (to a date/time specified in the cms)

Template Notes

When overriding the templates/Dynamic/Elements/CountDown/Elements/ElementCountDown.ss file in your own theme, be sure to include the following in your .countdown element:, (*6)

  • data-end="$End $Timezone"
  • data-elapse="$Elapse"

example: <div class="countdown" data-end="$End $Timezone" data-elapse="$Elapse" ></div>, (*7)

The above is used in the initialization of the countdown plugin., (*8)

Screen Shots

Front End sample of a Countdown Element

Front End sample of a Countdown Element, (*9)

CMS - Countdown Element Main Tab

CMS - Countdown Element Main Tab, (*10)

Getting more elements

See Elemental modules by Dynamic, (*11)

Configuration

See SilverStripe Elemental Configuration, (*12)

The Versions

10/05 2018

dev-master

9999999-dev

Additional count down element for the SilverStripe Elemental module

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

silverstripe blocks elemental

25/04 2018

1.0.0-alpha1

1.0.0.0-alpha1

Additional count down element for the SilverStripe Elemental module

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

silverstripe blocks elemental