|
2 | 2 |
|
3 | 3 | return [
|
4 | 4 | 'sidebar_hover' => 'anomaly.field_type.boolean',
|
5 |
| - 'navigation' => [ |
6 |
| - 'type' => 'anomaly.field_type.textarea', |
| 5 | + 'navigation' => [ |
| 6 | + 'type' => 'anomaly.field_type.textarea', |
7 | 7 | 'input_view' => 'visiosoft.theme.defaultadmin::admin/navigation/settings',
|
8 | 8 | ],
|
9 | 9 | "dark_mode" => [
|
|
13 | 13 | ]
|
14 | 14 | ],
|
15 | 15 | "login_icon" => [
|
16 |
| - "type" => "anomaly.field_type.file", |
| 16 | + "type" => "anomaly.field_type.file", |
17 | 17 | "config" => [
|
18 |
| - "folders" => ['images'], |
| 18 | + "folders" => ['images'], |
19 | 19 | ]
|
20 | 20 | ],
|
21 | 21 | "panel_icon" => [
|
22 |
| - "type" => "anomaly.field_type.file", |
| 22 | + "type" => "anomaly.field_type.file", |
23 | 23 | "config" => [
|
24 |
| - "folders" => ['images'], |
| 24 | + "folders" => ['images'], |
25 | 25 | ]
|
26 | 26 | ],
|
27 | 27 | "title" => [
|
28 |
| - "type" => "anomaly.field_type.text", |
| 28 | + "type" => "anomaly.field_type.text", |
29 | 29 | "config" => [
|
30 | 30 | "default_value" => 'OpenClassify',
|
31 | 31 | ]
|
32 | 32 | ],
|
33 | 33 | "footer_copyright_org_name" => [
|
34 |
| - "type" => "anomaly.field_type.text", |
| 34 | + "type" => "anomaly.field_type.text", |
35 | 35 | "config" => [
|
36 | 36 | "default_value" => 'OpenClassify, Inc',
|
37 | 37 | ]
|
|
49 | 49 | // ]
|
50 | 50 | // ],
|
51 | 51 | "active_sidebar_border_color" => [
|
52 |
| - "type" => "anomaly.field_type.colorpicker", |
| 52 | + "type" => "anomaly.field_type.colorpicker", |
53 | 53 | "config" => [
|
54 | 54 | "default_value" => '#4eb6a2',
|
55 | 55 | ]
|
56 | 56 | ],
|
57 | 57 | "primary_color" => [
|
58 |
| - "type" => "anomaly.field_type.colorpicker", |
| 58 | + "type" => "anomaly.field_type.colorpicker", |
59 | 59 | "config" => [
|
60 | 60 | "default_value" => '#1d3557',
|
61 | 61 | ]
|
62 | 62 | ],
|
63 | 63 | "secondary_color" => [
|
64 |
| - "type" => "anomaly.field_type.colorpicker", |
| 64 | + "type" => "anomaly.field_type.colorpicker", |
65 | 65 | "config" => [
|
66 | 66 | "default_value" => '#213c62',
|
67 | 67 | ]
|
68 | 68 | ],
|
69 | 69 | "background_color" => [
|
70 |
| - "type" => "anomaly.field_type.colorpicker", |
| 70 | + "type" => "anomaly.field_type.colorpicker", |
71 | 71 | "config" => [
|
72 | 72 | "default_value" => '#f1f1f1',
|
73 | 73 | ]
|
74 | 74 | ],
|
75 | 75 | "block_background_color" => [
|
76 |
| - "type" => "anomaly.field_type.colorpicker", |
| 76 | + "type" => "anomaly.field_type.colorpicker", |
77 | 77 | "config" => [
|
78 | 78 | "default_value" => '#FFF',
|
79 | 79 | ]
|
80 | 80 | ],
|
81 | 81 | "negative_color" => [
|
82 |
| - "type" => "anomaly.field_type.colorpicker", |
| 82 | + "type" => "anomaly.field_type.colorpicker", |
83 | 83 | "config" => [
|
84 | 84 | "default_value" => '#f06461',
|
85 | 85 | ]
|
86 | 86 | ],
|
87 | 87 | "positive_color" => [
|
88 |
| - "type" => "anomaly.field_type.colorpicker", |
| 88 | + "type" => "anomaly.field_type.colorpicker", |
89 | 89 | "config" => [
|
90 | 90 | "default_value" => '#4eb6a2',
|
91 | 91 | ]
|
92 | 92 | ],
|
93 | 93 | "warning_color" => [
|
94 |
| - "type" => "anomaly.field_type.colorpicker", |
| 94 | + "type" => "anomaly.field_type.colorpicker", |
95 | 95 | "config" => [
|
96 | 96 | "default_value" => '#fee28b',
|
97 | 97 | ]
|
98 | 98 | ],
|
99 | 99 | "info_color" => [
|
100 |
| - "type" => "anomaly.field_type.colorpicker", |
| 100 | + "type" => "anomaly.field_type.colorpicker", |
101 | 101 | "config" => [
|
102 | 102 | "default_value" => '#54acdb',
|
103 | 103 | ]
|
|
151 | 151 | ]
|
152 | 152 | ],
|
153 | 153 | "dark_primary_color" => [
|
154 |
| - "type" => "anomaly.field_type.colorpicker", |
| 154 | + "type" => "anomaly.field_type.colorpicker", |
155 | 155 | "config" => [
|
156 | 156 | "default_value" => '#1d3557',
|
157 | 157 | ]
|
158 | 158 | ],
|
159 | 159 | "dark_secondary_color" => [
|
160 |
| - "type" => "anomaly.field_type.colorpicker", |
| 160 | + "type" => "anomaly.field_type.colorpicker", |
161 | 161 | "config" => [
|
162 | 162 | "default_value" => '#213c62',
|
163 | 163 | ]
|
164 | 164 | ],
|
165 | 165 | "dark_background_color" => [
|
166 |
| - "type" => "anomaly.field_type.colorpicker", |
| 166 | + "type" => "anomaly.field_type.colorpicker", |
167 | 167 | "config" => [
|
168 | 168 | "default_value" => '#384774',
|
169 | 169 | ]
|
170 | 170 | ],
|
171 | 171 | "dark_negative_color" => [
|
172 |
| - "type" => "anomaly.field_type.colorpicker", |
| 172 | + "type" => "anomaly.field_type.colorpicker", |
173 | 173 | "config" => [
|
174 | 174 | "default_value" => '#993434',
|
175 | 175 | ]
|
176 | 176 | ],
|
177 | 177 | "dark_positive_color" => [
|
178 |
| - "type" => "anomaly.field_type.colorpicker", |
| 178 | + "type" => "anomaly.field_type.colorpicker", |
179 | 179 | "config" => [
|
180 | 180 | "default_value" => '#5ba587',
|
181 | 181 | ]
|
182 | 182 | ],
|
183 | 183 | "dark_warning_color" => [
|
184 |
| - "type" => "anomaly.field_type.colorpicker", |
| 184 | + "type" => "anomaly.field_type.colorpicker", |
185 | 185 | "config" => [
|
186 | 186 | "default_value" => '#c89332',
|
187 | 187 | ]
|
188 | 188 | ],
|
189 | 189 | "dark_info_color" => [
|
190 |
| - "type" => "anomaly.field_type.colorpicker", |
| 190 | + "type" => "anomaly.field_type.colorpicker", |
191 | 191 | "config" => [
|
192 | 192 | "default_value" => '#4679bd',
|
193 | 193 | ]
|
194 | 194 | ],
|
195 | 195 | "dark_active_sidebar_border_color" => [
|
196 |
| - "type" => "anomaly.field_type.colorpicker", |
| 196 | + "type" => "anomaly.field_type.colorpicker", |
197 | 197 | "config" => [
|
198 | 198 | "default_value" => '#5ba587',
|
199 | 199 | ]
|
|
257 | 257 | 'config' => [
|
258 | 258 | 'default_value' => '#'
|
259 | 259 | ]
|
260 |
| - ],'help_two_title' => [ |
| 260 | + ], 'help_two_title' => [ |
261 | 261 | 'type' => 'anomaly.field_type.text',
|
262 | 262 | 'config' => [
|
263 | 263 | 'default_value' => 'help'
|
|
268 | 268 | 'config' => [
|
269 | 269 | 'default_value' => '#'
|
270 | 270 | ]
|
271 |
| - ] |
| 271 | + ], |
| 272 | + 'interactive_side_menu' => [ |
| 273 | + 'type' => 'anomaly.field_type.boolean', |
| 274 | + 'bind' => 'admin_theme::interactive_side_menu', |
| 275 | + 'config' => [ |
| 276 | + 'default_value' => false, |
| 277 | + ], |
| 278 | + ], |
272 | 279 | ];
|
0 commit comments