| @@ -14,8 +14,12 @@ | ||
| 14 | 14 | 'block_id' => [ |
| 15 | 15 | 'type' => 'string', |
| 16 | 16 | 'default' => '', |
| 17 | 17 | ], |
| 18 | + 'blockVersion' => [ | |
| 19 | + 'type' => 'number', | |
| 20 | + 'default' => '', | |
| 21 | + ], | |
| 18 | 22 | 'isShowIcon' => [ |
| 19 | 23 | 'type' => 'boolean', |
| 20 | 24 | 'default' => true, |
| 21 | 25 | ], |
| @@ -57,9 +61,9 @@ | ||
| 57 | 61 | 'default' => 'Enter your title', |
| 58 | 62 | ], |
| 59 | 63 | 'numberColor' => [ |
| 60 | 64 | 'type' => 'string', |
| 61 | - 'default' => 'black', | |
| 65 | + 'default' => '#08fd00ff', | |
| 62 | 66 | ], |
| 63 | 67 | 'headingColor' => [ |
| 64 | 68 | 'type' => 'string', |
| 65 | 69 | 'default' => '#4B4F58', |