| @@ -13,8 +13,12 @@ | ||
| 13 | 13 | 'block_id' => [ |
| 14 | 14 | 'type' => 'string', |
| 15 | 15 | 'default' => '', |
| 16 | 16 | ], |
| 17 | + 'blockVersion' => [ | |
| 18 | + 'type' => 'number', | |
| 19 | + 'default' => 2, | |
| 20 | + ], | |
| 17 | 21 | 'stickyLabel' => [ |
| 18 | 22 | 'type' => 'string', |
| 19 | 23 | 'default' => 'Breaking News', |
| 20 | 24 | ], |
| @@ -135,9 +139,9 @@ | ||
| 135 | 139 | 'default' => '' |
| 136 | 140 | ], |
| 137 | 141 | 'navigatorColor' => [ |
| 138 | 142 | 'type' => 'string', |
| 139 | - 'default' => 'black' | |
| 143 | + 'default' => '#000000' | |
| 140 | 144 | ], |
| 141 | 145 | 'showTickerNavigator' => [ |
| 142 | 146 | 'type' => 'boolean', |
| 143 | 147 | 'default' => false, |