Closed (fixed)
Project:
Views TimelineJS integration
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
14 May 2013 at 19:24 UTC
Updated:
11 Jun 2013 at 06:20 UTC
I did this in views_timelinejs_plugin_style_timelinejs.inc:
$form['timeline_config']['start_zoom_adjust'] = array(
'#type' => 'select',
'#title' => 'Zoom Level',
'#description' => t('Set the default zoom level.'),
'#options' => array(
'-4' => t('-4'),
'-3' => t('-3'),
'-2' => t('-2'),
'-1' => t('-1'),
'0' => t('0'),
... etc
Works great =)
Comments
Comment #1
operinko commentedCommitted to #c811c4