PluginProbe
Booking Calendar / 11.8.4
Booking Calendar v11.8.4
11.8.4 11.8.3 11.8.2 11.8.1 11.8 11.7 11.6.1 11.6 11.5 11.4.3 11.4.2 11.4.1 11.4 11.3 11.2.1 11.2 11.1 11.0 10.15.7 10.15.6 10.1.3 10.10 10.10.1 10.10.2 10.11 All 204 releases
← All changes | js/wpbc-gutenberg.js +12 -0 11.611.8.4 View file →
@@ -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' ) },