-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmtcaptcha-schema-fix.patch
61 lines (61 loc) · 1.73 KB
/
mtcaptcha-schema-fix.patch
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
56
57
58
59
60
61
Index: config/schema/mtcaptcha.schema.yml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/config/schema/mtcaptcha.schema.yml b/config/schema/mtcaptcha.schema.yml
--- a/config/schema/mtcaptcha.schema.yml
+++ b/config/schema/mtcaptcha.schema.yml (date 1666699373746)
@@ -10,33 +10,21 @@
private_key:
type: string
label: 'Private Key'
- type: mapping
- label: 'Widget settings'
- mapping:
- theme:
- type: string
- label: 'Theme'
- language:
- type: string
- label: 'Language'
- widgetsize:
- type: string
- label: 'Captcha Widget Size'
- enablecaptcha:
- type: string
- label: 'Enable MTCaptcha for'
- custom_config_enable:
- type: string
- label: 'Enable custom MTCaptcha configuration'
- type:
- type: string
- label: 'Type'
- size:
- type: string
- label: 'Size'
- tabindex:
- type: integer
- label: 'Tabindex'
- noscript:
- type: boolean
- label: 'Enable fallback for browsers with JavaScript disabled'
\ No newline at end of file
+ enablecaptcha:
+ type: string
+ label: 'Enable MTCaptcha for'
+ custom_config_enable:
+ type: string
+ label: 'Enable custom MTCaptcha configuration'
+ custom_config_setting:
+ type: string
+ label: 'Custom MTCaptcha configuration'
+ theme:
+ type: string
+ label: 'Theme'
+ language:
+ type: string
+ label: 'Language'
+ widgetsize:
+ type: string
+ label: 'Captcha Widget Size'