-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathparentLockManifest.json
More file actions
186 lines (186 loc) · 4.91 KB
/
parentLockManifest.json
File metadata and controls
186 lines (186 loc) · 4.91 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
{
"api": {
"class_name": "ParentLockScreenPluginVC",
"modules": [
"ParentLockScreenPlugin"
]
},
"dependency_repository_url": [],
"platform": "ios",
"author_name": "Roi Kedarya",
"author_email": "r.kedarya@applicaster.com",
"manifest_version": "4.0.0",
"name": "Parent Lock Screen Plugin",
"description": "this plugin provides Parent lock screen for validation",
"screen": true,
"preload": true,
"type": "general",
"identifier": "ParentLockScreenPlugin",
"ui_builder_support": true,
"dependency_name": "ParentLockScreenPlugin",
"dependency_version": "4.0.0",
"whitelisted_account_ids": [
"58b81cc348ab5c000939d2bd",
"5bab6246938ced000cbf89fd",
"4fb36afb2a11e360cf000011",
"59ac197839b912001736f974",
"58b81cc348ab5c000939d2bd",
"5a326ba824dda5000f5349e9",
"57de6f2e316338000e000000",
"5cc6f5d65d639a000cf17876",
"5c781e4ea05f9b000f8dce3a"
],
"min_zapp_sdk": "13.0.0-Dev",
"react_native": false,
"deprecated_since_zapp_sdk": "",
"unsupported_since_zapp_sdk": "",
"custom_configuration_fields": [{
"type": "uploader",
"key": "ios_assets_bundle",
"tooltip_text": "Upload Assets Folder Zip File"
}],
"general": {
"fields": [{
"type": "select",
"label_tooltip": "Please select the type of validation you want to use",
"key": "validation_flow_type",
"options": [
"3",
"9"
]
},
{
"type": "color_picker",
"key": "indicator_normal",
"label": "indicator color",
"label_tooltip": "the background color of the indicator"
},
{
"type": "color_picker",
"key": "indicator_highlighted",
"label": "Indicator color - highlight",
"label_tooltip": "the indicator background color when filled, and the indicator border color"
},
{
"key": "background_type",
"label": "Background type",
"type": "select",
"label_tooltip": "To configure the screen background choose between color and image, In order to use image as background, please upload assets via the plugin configuration field.",
"initial_value": "image",
"options": [{
"text": "Image",
"value": "image"
},
{
"text": "Color",
"value": "color"
}
]
},
{
"conditional_fields": [{
"condition_value": "color",
"key": "general/background_type"
}],
"rules": "all_conditions",
"key": "background_color",
"label": "Screen background Color",
"initial_value": "#363C4A",
"label_tooltip": "Color for a screen backgroud",
"type": "color_picker"
}
]
},
"styles": {
"fields": [{
"key": "presentation",
"type": "hidden",
"initial_value": "push"
},
{
"key": "force_nav_bar_hidden",
"type": "hidden",
"initial_value": true
},
{
"type": "color_picker",
"label": "Call for action font color",
"key": "call_for_action_text_color"
},
{
"type": "number_input",
"label": "Call for action font size",
"key": "call_for_action_text_font_size"
},
{
"label": "Call for action font",
"key": "call_for_action_text_font_weight",
"type": "ios_font_selector",
"placeholder": "Select Font",
"initial_value": "HelveticaNeue-Bold"
},
{
"label": "Random numbers color",
"type": "color_picker",
"key": "random_numbers_color"
},
{
"label": "Random numbers size",
"type": "number_input",
"key": "random_numbers_font_size",
"label_tooltip": "the font size of the generated numbers text"
},
{
"label": "Random numbers font",
"key": "random_numbers_font_weight",
"type": "ios_font_selector",
"placeholder": "Select Font",
"initial_value": "HelveticaNeue-Bold"
},
{
"label": "Secondary random numbers color",
"type": "color_picker",
"key": "secondary_random_numbers_color",
"label_tooltip": "the color of the secondary generated numbers"
},
{
"label": "Secondary random numbers font",
"key": "secondary_random_numbers_font_weight",
"type": "ios_font_selector",
"placeholder": "Select Font",
"initial_value": "HelveticaNeue-Bold"
},
{
"label": "Secondary random numbers font size",
"type": "number_input",
"key": "secondary_random_numbers_font_size",
"label_tooltip": "the font size of the secondary generated numbers"
},
{
"label": "Numbers font",
"key": "number_font_weight",
"type": "ios_font_selector",
"placeholder": "Select Font",
"initial_value": "HelveticaNeue-Bold"
},
{
"label": "Numbers text size",
"type": "number_input",
"key": "number_font_size",
"label_tooltip": "the font size of the button's title label"
},
{
"label": "Numbers text color",
"type": "color_picker",
"key": "number_color",
"label_tooltip": "the color of the button's title label"
},
{
"label": "Numbers text color - pressed mode",
"type": "color_picker",
"key": "number_color_pressed",
"label_tooltip": "the color of the button's title label when it is pressed"
}
]
}
}