| @@ -14,8 +14,12 @@ | ||
| 14 | 14 | $attributes = [ |
| 15 | 15 | 'block_id' => [ |
| 16 | 16 | 'type' => 'string', |
| 17 | 17 | ], |
| 18 | + 'blockVersion' => [ | |
| 19 | + 'type' => 'number', | |
| 20 | + 'default' => '', | |
| 21 | + ], | |
| 18 | 22 | 'progressValue' => [ |
| 19 | 23 | 'type' => 'number', |
| 20 | 24 | 'default' => 100, |
| 21 | 25 | ], |
| @@ -80,9 +84,9 @@ | ||
| 80 | 84 | ], |
| 81 | 85 | |
| 82 | 86 | 'contentColor' => [ |
| 83 | 87 | 'type' => 'string', |
| 84 | - 'default' => 'white' | |
| 88 | + 'default' => '#ffffff' | |
| 85 | 89 | ] |
| 86 | 90 | ]; |
| 87 | 91 | |
| 88 | 92 | $attributes = array_merge( |