| @@ -98,8 +98,9 @@ | ||
| 98 | 98 | 'useAutoUpdate' => false, |
| 99 | 99 | 'showLaunchUpdate' => false, |
| 100 | 100 | 'activeTests' => [], |
| 101 | 101 | 'showExtendifyCode' => false, |
| 102 | + 'useComingSoon' => false, | |
| 102 | 103 | 'extendifyCodeData' => [ |
| 103 | 104 | 'link' => '', |
| 104 | 105 | 'title' => '', |
| 105 | 106 | 'message' => '', |
| @@ -189,8 +190,9 @@ | ||
| 189 | 190 | self::$config['useAutoUpdate'] = ($data['useAutoUpdate'] ?? self::$config['useAutoUpdate']); |
| 190 | 191 | self::$config['showLaunchUpdate'] = ($data['showLaunchUpdate'] ?? self::$config['showLaunchUpdate']); |
| 191 | 192 | self::$config['activeTests'] = ($data['activeTests'] ?? self::$config['activeTests']); |
| 192 | 193 | self::$config['showExtendifyCode'] = ($data['showExtendifyCode'] ?? self::$config['showExtendifyCode']); |
| 194 | + self::$config['useComingSoon'] = ($data['useComingSoon'] ?? self::$config['useComingSoon']); | |
| 193 | 195 | self::$config['extendifyCodeData'] = ($data['extendifyCodeData'] ?? self::$config['extendifyCodeData']); |
| 194 | 196 | self::$config['customDesign'] = ($data['customDesign'] ?? self::$config['customDesign']); |
| 195 | 197 | self::$config['strings'] = ($data['strings'] ?? self::$config['strings']); |
| 196 | 198 | |