| @@ -535,9 +535,9 @@ | ||
| 535 | 535 | 'label' => esc_html__( 'CSS Print Method', 'elementor' ), |
| 536 | 536 | 'field_args' => [ |
| 537 | 537 | 'class' => 'elementor_css_print_method', |
| 538 | 538 | 'type' => 'select', |
| 539 | - 'std' => 'internal', | |
| 539 | + 'std' => 'external', | |
| 540 | 540 | 'options' => [ |
| 541 | 541 | 'external' => esc_html__( 'External File', 'elementor' ), |
| 542 | 542 | 'internal' => esc_html__( 'Internal Embedding', 'elementor' ), |
| 543 | 543 | ], |