PluginProbe ʕ •ᴥ•ʔ
LatePoint – Calendar Booking Plugin for Appointments and Events / 5.1.9
LatePoint – Calendar Booking Plugin for Appointments and Events v5.1.9
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-button / block.json
latepoint / blocks / build / book-button Last commit date
block.json 1 year ago index.asset.php 1 year ago index.js 1 year ago
block.json
133 lines
1 {
2 "$schema": "https://schemas.wp.org/trunk/block.json",
3 "apiVersion": 2,
4 "name": "latepoint/book-button",
5 "version": "1.0.0",
6 "title": "Booking Button",
7 "category": "latepoint",
8 "icon": "button",
9 "description": "Generates a booking button for LatePoint",
10 "attributes": {
11 "id": {
12 "type": "string"
13 },
14 "caption": {
15 "type": "string",
16 "default": "Book Appointment"
17 },
18 "hide_summary": {
19 "type": "boolean",
20 "default": false
21 },
22 "hide_side_panel": {
23 "type": "boolean",
24 "default": false
25 },
26 "selected_agent": {
27 "type": "string"
28 },
29 "selected_service": {
30 "type": "string"
31 },
32 "selected_bundle": {
33 "type": "string"
34 },
35 "selected_service_category": {
36 "type": "string"
37 },
38 "selected_location": {
39 "type": "string"
40 },
41 "selected_start_date": {
42 "type": "string"
43 },
44 "selected_start_time": {
45 "type": "string"
46 },
47 "selected_duration": {
48 "type": "string"
49 },
50 "selected_total_attendees": {
51 "type": "string"
52 },
53 "is_inherit": {
54 "type": "boolean",
55 "default": false
56 },
57 "bg_color": {
58 "type": "string"
59 },
60 "bg_color_hover": {
61 "type": "string"
62 },
63 "text_color": {
64 "type": "string"
65 },
66 "text_color_hover": {
67 "type": "string"
68 },
69 "border_color": {
70 "type": "string"
71 },
72 "border_color_hover": {
73 "type": "string"
74 },
75 "padding": {
76 "type": "string"
77 },
78 "font_family": {
79 "type": "string"
80 },
81 "font_size": {
82 "type": "string"
83 },
84 "text_transform": {
85 "type": "string"
86 },
87 "font_weight": {
88 "type": "string"
89 },
90 "line_height": {
91 "type": "string"
92 },
93 "letter_spacing": {
94 "type": "string"
95 },
96 "border_radius": {
97 "type": "string"
98 },
99 "border_style": {
100 "type": "string",
101 "default": "default"
102 },
103 "border_width": {
104 "type": "string"
105 },
106 "align": {
107 "type": "string"
108 },
109 "source_id": {
110 "type": "string"
111 },
112 "calendar_start_date": {
113 "type": "string"
114 },
115 "show_services": {
116 "type": "string"
117 },
118 "show_service_categories": {
119 "type": "string"
120 },
121 "show_agents": {
122 "type": "string"
123 },
124 "show_locations": {
125 "type": "string"
126 }
127 },
128 "supports": {
129 "html": false
130 },
131 "textdomain": "latepoint",
132 "editorScript": "file:index.js"
133 }