|
52 | 52 | 'sort' => 1,
|
53 | 53 | 'fields' => [
|
54 | 54 | [
|
55 |
| - 'name' => 'powered_by', |
| 55 | + 'name' => 'label', |
56 | 56 | 'title' => 'admin::app.configuration.index.general.settings.footer.powered-by',
|
57 |
| - 'type' => 'text', |
58 |
| - 'default' => 'Powered by', |
59 |
| - 'validation' => 'max:50', |
60 |
| - ], [ |
61 |
| - 'name' => 'powered_by_redirection_title', |
62 |
| - 'title' => 'admin::app.configuration.index.general.settings.footer.powered-by-redirection-title', |
63 |
| - 'type' => 'text', |
64 |
| - 'default' => 'Krayin', |
65 |
| - 'validation' => 'max:20', |
66 |
| - ], [ |
67 |
| - 'name' => 'powered_by_redirection_link', |
68 |
| - 'title' => 'admin::app.configuration.index.general.settings.footer.powered-by-redirection-link', |
69 |
| - 'default' => 'https://krayincrm.com', |
70 |
| - 'type' => 'text', |
71 |
| - ], [ |
72 |
| - 'name' => 'other', |
73 |
| - 'title' => 'admin::app.configuration.index.general.settings.footer.other', |
74 |
| - 'type' => 'text', |
75 |
| - 'default' => 'an open-source project by', |
76 |
| - 'validation' => 'max:100', |
77 |
| - ], [ |
78 |
| - 'name' => 'other_redirection_title', |
79 |
| - 'title' => 'admin::app.configuration.index.general.settings.footer.other-redirection-title', |
80 |
| - 'type' => 'text', |
81 |
| - 'default' => 'Webkul', |
82 |
| - 'validation' => 'max:25', |
83 |
| - ], [ |
84 |
| - 'name' => 'other_redirection_link', |
85 |
| - 'title' => 'admin::app.configuration.index.general.settings.footer.other-redirection-link', |
86 |
| - 'default' => 'https://webkul.com', |
87 |
| - 'type' => 'text', |
| 57 | + 'type' => 'editor', |
| 58 | + 'default' => 'Powered by <span style="color: rgb(14, 144, 217);"><a href="http://www.krayincrm.com" target="_blank">Krayin</a></span>, an open-source project by <span style="color: rgb(14, 144, 217);"><a href="https://webkul.com" target="_blank">Webkul</a></span>.', |
| 59 | + 'tinymce' => true, |
88 | 60 | ],
|
89 | 61 | ],
|
90 | 62 | ], [
|
|
198 | 170 | 'sort' => 2,
|
199 | 171 | 'fields' => [
|
200 | 172 | [
|
201 |
| - 'name' => 'active_background_color', |
202 |
| - 'title' => 'admin::app.configuration.index.general.settings.menu-color.active-background-color', |
203 |
| - 'type' => 'color', |
204 |
| - 'default' => '#0E90D9', |
205 |
| - ], [ |
206 |
| - 'name' => 'active_text_color', |
207 |
| - 'title' => 'admin::app.configuration.index.general.settings.menu-color.active-text-color', |
208 |
| - 'type' => 'color', |
209 |
| - 'default' => '#ffffff', |
210 |
| - ], [ |
211 |
| - 'name' => 'text_color', |
212 |
| - 'title' => 'admin::app.configuration.index.general.settings.menu-color.text-color', |
213 |
| - 'type' => 'color', |
214 |
| - 'default' => '#757575', |
| 173 | + 'name' => 'brand_color', |
| 174 | + 'title' => 'admin::app.configuration.index.general.settings.menu-color.brand-color', |
| 175 | + 'type' => 'color', |
| 176 | + 'default' => '#0E90D9', |
215 | 177 | ],
|
216 | 178 | ],
|
217 | 179 | ],
|
|
0 commit comments