| @@ -54,8 +54,16 @@ | ||
| 54 | 54 | 'pinHoverSize' => array( |
| 55 | 55 | 'type' => 'number', |
| 56 | 56 | 'default' => 1.5, |
| 57 | 57 | ), |
| 58 | + 'pinIconColor' => array( | |
| 59 | + 'type' => 'string', | |
| 60 | + 'default' => '#ffffff', | |
| 61 | + ), | |
| 62 | + 'pinIconSize' => array( | |
| 63 | + 'type' => 'number', | |
| 64 | + 'default' => 60, | |
| 65 | + ), | |
| 58 | 66 | 'lists' => array( |
| 59 | 67 | 'type' => 'array', |
| 60 | 68 | 'default' => array( |
| 61 | 69 | array( |
| @@ -62,8 +70,12 @@ | ||
| 62 | 70 | 'id' => 0, |
| 63 | 71 | 'text' => 'Your title here 0', |
| 64 | 72 | 'xAxis' => 35, |
| 65 | 73 | 'yAxis' => 32, |
| 74 | + 'xAxisTab' => 30, | |
| 75 | + 'yAxisTab' => 28, | |
| 76 | + 'xAxisMob' => 22, | |
| 77 | + 'yAxisMob' => 16, | |
| 66 | 78 | 'isOpen' => false, |
| 67 | 79 | 'pinColor' => '', |
| 68 | 80 | 'pinColorEffect' => '', |
| 69 | 81 | 'pinHoverColor' => '', |