| @@ -66,8 +66,18 @@ | ||
| 66 | 66 | , 'description' => '' |
| 67 | 67 | , 'group' => 'wpbm_listing' |
| 68 | 68 | ); |
| 69 | 69 | |
| 70 | + //FixIn: 2.1.12.1 | |
| 71 | + $this->fields['wpbm_is_export_only_full_days'] = array( | |
| 72 | + 'type' => 'checkbox' | |
| 73 | + , 'default' => $default_options_values['wpbm_is_export_only_full_days'] //'Off' | |
| 74 | + , 'title' => __('Export only full days (not time)' , 'booking-manager') | |
| 75 | + , 'label' => __('Check this box to export only full days without time to the .ics feed. This is a limitation in Airbnb and some other services.' , 'booking-manager') | |
| 76 | + , 'description' => '' | |
| 77 | + , 'group' => 'wpbm_listing' | |
| 78 | + ); | |
| 79 | + | |
| 70 | 80 | |
| 71 | 81 | $this->fields['wpbm_start_day_weeek'] = array( |
| 72 | 82 | 'type' => 'select' |
| 73 | 83 | , 'default' => $default_options_values[ 'wpbm_start_day_weeek' ] // '2' |