| @@ -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( |