Browse code

init v1

Louis Jonget authored on13/05/2024 20:43:46
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,32 @@
1
+module.exports = [
2
+    {
3
+        "type": "section",
4
+        "items": [{
5
+                "type": "heading",
6
+                "defaultValue": "Send event to PHP server"
7
+            },
8
+            {
9
+                "type": "input",
10
+                "messageKey": "web_url",
11
+                "label": "Full URL of server receiving the event (https://domain/path/endpoint.php)"
12
+            }
13
+        ]
14
+    },{
15
+        "type": "section",
16
+        "items": [{
17
+                "type": "heading",
18
+                "defaultValue": "User"
19
+            },
20
+            {
21
+                "type": "input",
22
+                "messageKey": "username",
23
+                "label": "this is your name to label data"
24
+            }
25
+        ]
26
+    },
27
+    {
28
+        "type": "submit",
29
+        "id": "submitButton",
30
+        "defaultValue": "Save"
31
+    }
32
+];
0 33
\ No newline at end of file