| @@ -865,8 +865,20 @@ | ||
| 865 | 865 | { key: 'provider_id', label: wp.i18n.__( 'Preselected Provider' ), prefix: 'ID = ' }, |
| 866 | 866 | { key: 'services', label: wp.i18n.__( 'Allowed Services' ), prefix: 'ID = ' }, |
| 867 | 867 | { key: 'providers', label: wp.i18n.__( 'Allowed Providers' ), prefix: 'ID = ' }, |
| 868 | 868 | { key: 'auto_select_provider', label: wp.i18n.__( 'Auto-select the only Provider' ) }, |
| 869 | + { key: 'catalog_layout', label: wp.i18n.__( 'Catalog layout' ) }, | |
| 870 | + { key: 'show_resource_filters', label: wp.i18n.__( 'Show catalog search' ) }, | |
| 871 | + { key: 'show_resource_image', label: wp.i18n.__( 'Show images' ) }, | |
| 872 | + { key: 'show_resource_title', label: wp.i18n.__( 'Show titles' ) }, | |
| 873 | + { key: 'show_resource_description', label: wp.i18n.__( 'Show Service descriptions' ) }, | |
| 874 | + { key: 'catalog_item_width', label: wp.i18n.__( 'Catalog item width' ) }, | |
| 875 | + { key: 'catalog_item_max_width', label: wp.i18n.__( 'Maximum catalog item width (px)' ) }, | |
| 876 | + { key: 'catalog_grid_items_per_row', label: wp.i18n.__( 'Grid items per row' ) }, | |
| 877 | + { key: 'catalog_list_items_per_row', label: wp.i18n.__( 'List items per row' ) }, | |
| 878 | + { key: 'show_resource_hierarchy', label: wp.i18n.__( 'Show Service relationship' ) }, | |
| 879 | + { key: 'show_availability', label: wp.i18n.__( 'Show availability summary' ) }, | |
| 880 | + { key: 'show_starting_price', label: wp.i18n.__( 'Show starting price' ) }, | |
| 869 | 881 | { key: 'form_type', label: wp.i18n.__( 'Booking Form' ) }, |
| 870 | 882 | { key: 'nummonths', label: wp.i18n.__( 'Visible months number' ) }, |
| 871 | 883 | { key: 'startmonth', label: wp.i18n.__( 'Start month' ) }, |
| 872 | 884 | { key: 'calendar_dates_start', label: wp.i18n.__( 'First calendar date' ) }, |