| @@ -10,8 +10,12 @@ | ||
| 10 | 10 | 'block_id' => [ |
| 11 | 11 | 'type' => 'string', |
| 12 | 12 | 'default' => '', |
| 13 | 13 | ], |
| 14 | + 'blockVersion' => [ | |
| 15 | + 'type' => 'number', | |
| 16 | + 'default' => '', | |
| 17 | + ], | |
| 14 | 18 | 'marqueeSlideLength' => [ |
| 15 | 19 | 'type' => 'number', |
| 16 | 20 | 'default' => 0, |
| 17 | 21 | ], |
| @@ -30,12 +34,17 @@ | ||
| 30 | 34 | 'loop' => [ |
| 31 | 35 | 'type' => 'boolean', |
| 32 | 36 | 'default' => false, |
| 33 | 37 | ], |
| 38 | + 'enableShadow' => [ | |
| 39 | + 'type' => 'boolean', | |
| 40 | + 'default' => true, | |
| 41 | + ], | |
| 34 | 42 | 'loopCount' => [ |
| 35 | 43 | 'type' => 'number', |
| 36 | 44 | 'default' => 2, |
| 37 | 45 | ], |
| 46 | + | |
| 38 | 47 | ]; |
| 39 | 48 | |
| 40 | 49 | $attributes = array_merge( |
| 41 | 50 | $attributes, |