| @@ -13,8 +13,12 @@ | ||
| 13 | 13 | 'block_id' => array( |
| 14 | 14 | 'type' => 'string', |
| 15 | 15 | 'default' => '', |
| 16 | 16 | ), |
| 17 | + 'blockVersion' => [ | |
| 18 | + 'type' => 'number', | |
| 19 | + 'default' => 2, | |
| 20 | + ], | |
| 17 | 21 | 'course_count' => array( |
| 18 | 22 | 'type' => 'number', |
| 19 | 23 | 'default' => 3, |
| 20 | 24 | ), |
| @@ -92,21 +96,21 @@ | ||
| 92 | 96 | 'default' => '#000', |
| 93 | 97 | ), |
| 94 | 98 | 'rating_color' => array( |
| 95 | 99 | 'type' => 'string', |
| 96 | - 'default' => '#f4c150', | |
| 100 | + 'default' => '#5a3d00', | |
| 97 | 101 | ), |
| 98 | 102 | 'rating_hover_color' => array( |
| 99 | 103 | 'type' => 'string', |
| 100 | - 'default' => '#f4c150', | |
| 104 | + 'default' => '#5a3d00', | |
| 101 | 105 | ), |
| 102 | 106 | 'price_color' => array( |
| 103 | 107 | 'type' => 'string', |
| 104 | - 'default' => '#1dbe84', | |
| 108 | + 'default' => '#1a1a1a', | |
| 105 | 109 | ), |
| 106 | 110 | 'price_hover_color' => array( |
| 107 | 111 | 'type' => 'string', |
| 108 | - 'default' => '#1dbe84', | |
| 112 | + 'default' => '#1a1a1a', | |
| 109 | 113 | ), |
| 110 | 114 | 'wish_icon_color' => array( |
| 111 | 115 | 'type' => 'string', |
| 112 | 116 | 'default' => '#999', |