| @@ -70,10 +70,11 @@ | ||
| 70 | 70 | ], |
| 71 | 71 | 'enable_optimization' => [ |
| 72 | 72 | 'id' => 'enable', |
| 73 | 73 | 'type' => 'switch', |
| 74 | + 'value' => 'on', | |
| 74 | 75 | 'label' => esc_html__( 'Enable Asset Optimization?', 'shopbuilder' ), |
| 75 | - 'help' => esc_html__( 'Enable this option to dynamically load assets (styles, scripts) only when needed, helping to optimize your website’s performance', 'shopbuilder' ), | |
| 76 | + 'help' => esc_html__( 'Enable this option to dynamically load assets (styles, scripts) only when needed, helping to optimize your website\'s performance', 'shopbuilder' ), | |
| 76 | 77 | ], |
| 77 | 78 | 'load_elementor_scripts' => [ |
| 78 | 79 | 'id' => 'enable', |
| 79 | 80 | 'type' => 'switch', |