| @@ -1,6 +1,10 @@ | ||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | +if ( ! defined( 'ABSPATH' ) ) { | |
| 4 | + exit; | |
| 5 | +} | |
| 6 | + | |
| 3 | 7 | use ABlocks\Controls\Range; |
| 4 | 8 | use ABlocks\Controls\CssFilter; |
| 5 | 9 | use ABlocks\Controls\Icon; |
| 6 | 10 | |
| @@ -8,8 +12,12 @@ | ||
| 8 | 12 | 'block_id' => [ |
| 9 | 13 | 'type' => 'string', |
| 10 | 14 | 'default' => '', |
| 11 | 15 | ], |
| 16 | + 'blockVersion' => array( | |
| 17 | + 'type' => 'number', | |
| 18 | + 'default' => '', | |
| 19 | + ), | |
| 12 | 20 | 'mapMarkerList' => [ |
| 13 | 21 | 'type' => 'array', |
| 14 | 22 | 'default' => [ |
| 15 | 23 | [ |