JqueryCountdownTimerBlock.php |
src/Plugin/Block/JqueryCountdownTimerBlock.php |
Drupal\jquery_countdown_timer\Plugin\Block |
|
jquery_countdown_timer.css |
css/jquery_countdown_timer.css |
|
.position {
display: inline-block;
height: 1.6em;
overflow: hidden;
position: relative;
width: 1.1em;
}
.digit {
position: absolute;
display: block;
width: 1em;
background-color: #444;
border-radius: 0.2em;
text-align: center;
… |
jquery_countdown_timer.info.yml |
jquery_countdown_timer.info.yml |
|
jquery_countdown_timer.info.yml |
jquery_countdown_timer.libraries.yml |
jquery_countdown_timer.libraries.yml |
|
jquery_countdown_timer.libraries.yml |
jquery_countdown_timer.schema.yml |
config/schema/jquery_countdown_timer.schema.yml |
|
config/schema/jquery_countdown_timer.schema.yml |
LICENSE.txt |
LICENSE.txt |
|
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim… |
README.txt |
README.txt |
|
CONTENTS OF THIS FILE
---------------------
* Introduction
* Requirements
* Installation
* Configuration
* Maintainers
INTRODUCTION
------------
This is a lightweight module that provides a block with a jQuery countdown
timer. This module uses… |