-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
55 lines (55 loc) · 1.25 KB
/
plugin.json
File metadata and controls
55 lines (55 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"packageID": "pv_forms",
"name": "pv_forms",
"label": "Forms",
"description": "A simple form builder for the frontend",
"author": "tyurderi",
"website": "https://www.yurderi.de",
"email": "tyurderi@yahoo.de",
"version": "1.3.0",
"changelog": {
"1.0.0": [
"Initial release"
],
"1.0.1": [
"Frontend integration"
],
"1.0.2": [
"Fix styling in backend",
"Support markdown for paragraphs"
],
"1.0.3": [
"Fix loading of custom templates"
],
"1.0.4": [
"Add support for new feature to disable safe_mode for parsedown"
],
"1.0.5": [
"Implement simple form validation"
],
"1.0.6": [
"Improve form validation"
],
"1.1.6": [
"Integrate reCAPTCHA v3"
],
"1.2.0": [
"Add config to disable reCAPTCHA",
"Improve backend view"
],
"1.3.0": [
"Apply translations to already existing form elements",
"Translate form item fields in frontend and backend",
"Add translations also when creating a new form WIP Validator...",
"Translate basic form fields"
]
},
"package": {
"channel": "stable",
"platform": "provallo-plugin"
},
"requires": {
"Frontend": "1.1.9",
"Backend": "1.1.3"
}
}