Skip to content

Commit

Permalink
Update widget with flipper timers
Browse files Browse the repository at this point in the history
Update widget to support flipper timers style
  • Loading branch information
smcstylus committed Aug 17, 2021
1 parent e482fe0 commit f3ba680
Show file tree
Hide file tree
Showing 5 changed files with 800 additions and 274 deletions.
47 changes: 34 additions & 13 deletions addons/widgets/countdown/countdown-config.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,27 +21,48 @@
'pro' => false,
'class' => '',
'css'=>[
'countdown'=>[
'file'=>'',
'ver'=>'',
'smcstylus-addel-countdown'=>[
'file_name'=>'countdown',
'file_url'=>'',
'version'=>'',
]
],
'js'=>[
'countdown'=>[
'fix-timers'=>[
'file_name'=>'fix-timers',
'file_url'=>'',
'deps'=>[],
'version'=>'1.0.0',
'load_in_footer'=>true,
],
'jquery-smcstylusCircleTimers'=>[
'file_name'=>'jquery.smcstylusCircleTimers',
'file_url'=>'',
'deps'=>['jquery'],
'file'=>'',
'ver'=>'',
'version'=>'1.0.0',
'load_in_footer'=>true,
],
'smcstylusCircleTimers'=>[
'jquery-flipper-timers'=>[
'file_name'=>'jquery.smcstylusFlipperTimers',
'file_url'=>'',
'deps'=>['jquery'],
'file'=>'',
'ver'=>'1',
'version'=>'1.0.0',
'load_in_footer'=>true,
],
'jquery.countdown'=>[
'jquery-countdown'=>[
'file_name'=>'jquery.countdown',
'file_url'=>'',
'deps'=>['jquery'],
'file'=>'',
'ver'=>'2.2.0',
]
'version'=>'2.2.0',
'load_in_footer'=>true,
],
'smcstylus-addel-countdown'=>[
'file_name'=>'countdown',
'file_url'=>'',
'deps'=>['jquery'],
'version'=>'1.3.0',
'load_in_footer'=>true,
],
],
]
]
Expand Down
Loading

0 comments on commit f3ba680

Please sign in to comment.