@@ -543,17 +543,17 @@ |
||
| 543 | 543 | 'type' => 'file' |
| 544 | 544 | ), |
| 545 | 545 | array( |
| 546 | - 'id' => 'email_logo_size', |
|
| 547 | - 'name' => esc_html( 'Select Logo Size', 'give' ), |
|
| 548 | - 'desc' => esc_html( 'Choose which size to display logo', 'give' ), |
|
| 549 | - 'type' => 'select', |
|
| 550 | - 'options' => array( |
|
| 551 | - 'full' => __( 'Full', 'give' ), |
|
| 552 | - 'large' => __( 'Large', 'give' ), |
|
| 553 | - 'medium' => __( 'Medium', 'give' ), |
|
| 554 | - 'thumbnail' => __( 'Thumbnail', 'give' ) |
|
| 555 | - ), |
|
| 556 | - 'default' => 'full', |
|
| 546 | + 'id' => 'email_logo_size', |
|
| 547 | + 'name' => esc_html( 'Select Logo Size', 'give' ), |
|
| 548 | + 'desc' => esc_html( 'Choose which size to display logo', 'give' ), |
|
| 549 | + 'type' => 'select', |
|
| 550 | + 'options' => array( |
|
| 551 | + 'full' => __( 'Full', 'give' ), |
|
| 552 | + 'large' => __( 'Large', 'give' ), |
|
| 553 | + 'medium' => __( 'Medium', 'give' ), |
|
| 554 | + 'thumbnail' => __( 'Thumbnail', 'give' ) |
|
| 555 | + ), |
|
| 556 | + 'default' => 'full', |
|
| 557 | 557 | ), |
| 558 | 558 | array( |
| 559 | 559 | 'id' => 'from_name', |