PluginProbe ʕ •ᴥ•ʔ
Appointment Booking Plugin – LatePoint | Calendar & Scheduling for WordPress / 5.6.8
Appointment Booking Plugin – LatePoint | Calendar & Scheduling for WordPress v5.6.8
5.6.8 5.6.7 5.6.6 5.6.5 5.6.4 5.6.3 5.6.2 5.6.1 5.6.0 5.5.2 5.5.1 5.5.0 5.4.2 trunk 5.1.0 5.1.1 5.1.2 5.1.3 5.1.4 5.1.5 5.1.6 5.1.7 5.1.8 5.1.9 5.1.91 5.1.92 5.1.93 5.1.94 5.2.0 5.2.1 5.2.10 5.2.11 5.2.2 5.2.3 5.2.4 5.2.5 5.2.6 5.2.7 5.2.8 5.2.9 5.3.0 5.3.1 5.3.2 5.4.0 5.4.1
latepoint / blocks / build / book-form / block.json
latepoint / blocks / build / book-form Last commit date
block.json 3 weeks ago index.asset.php 2 weeks ago index.js 2 weeks ago
block.json
73 lines
1 {
2 "$schema": "https://schemas.wp.org/trunk/block.json",
3 "apiVersion": 3,
4 "name": "latepoint/book-form",
5 "version": "1.0.0",
6 "title": "Booking Form",
7 "category": "latepoint",
8 "icon": "feedback",
9 "description": "Generates a booking form for LatePoint",
10 "attributes": {
11 "hide_summary": {
12 "type": "boolean",
13 "default": false
14 },
15 "hide_side_panel": {
16 "type": "boolean",
17 "default": false
18 },
19 "selected_agent": {
20 "type": "string"
21 },
22 "selected_service": {
23 "type": "string"
24 },
25 "selected_service_category": {
26 "type": "string"
27 },
28 "selected_bundle": {
29 "type": "string"
30 },
31 "selected_location": {
32 "type": "string"
33 },
34 "selected_start_date": {
35 "type": "string"
36 },
37 "selected_start_time": {
38 "type": "string"
39 },
40 "selected_duration": {
41 "type": "string"
42 },
43 "selected_total_attendees": {
44 "type": "string"
45 },
46 "source_id": {
47 "type": "string"
48 },
49 "calendar_start_date": {
50 "type": "string"
51 },
52 "show_services": {
53 "type": "string"
54 },
55 "show_service_categories": {
56 "type": "string"
57 },
58 "show_agents": {
59 "type": "string"
60 },
61 "show_locations": {
62 "type": "string"
63 },
64 "service_display_mode": {
65 "type": "string"
66 }
67 },
68 "supports": {
69 "html": false
70 },
71 "textdomain": "latepoint",
72 "editorScript": "file:index.js"
73 }