|
83 | 83 | | |
84 | 84 | */ |
85 | 85 |
|
86 | | - 'link_to_docs' => true, |
| 86 | + 'link_to_docs' => env('STATAMIC_LINK_TO_DOCS', true), |
| 87 | + |
| 88 | + /* |
| 89 | + |-------------------------------------------------------------------------- |
| 90 | + | Support Link |
| 91 | + |-------------------------------------------------------------------------- |
| 92 | + | |
| 93 | + | Set the location of the support link in the "Useful Links" header |
| 94 | + | dropdown. Use 'false' to remove it entirely. |
| 95 | + | |
| 96 | + */ |
| 97 | + |
| 98 | + 'support_url' => env('STATAMIC_SUPPORT_URL', 'https://statamic.com/support'), |
| 99 | + |
| 100 | + /* |
| 101 | + |-------------------------------------------------------------------------- |
| 102 | + | Theme |
| 103 | + |-------------------------------------------------------------------------- |
| 104 | + | |
| 105 | + | Optionally spice up the login and other outside-the-control-panel |
| 106 | + | screens. You may choose between "rad" or "business" themes. |
| 107 | + | |
| 108 | + */ |
| 109 | + |
| 110 | + 'theme' => env('STATAMIC_THEME', 'rad'), |
| 111 | + |
| 112 | + /* |
| 113 | + |-------------------------------------------------------------------------- |
| 114 | + | White Labeling |
| 115 | + |-------------------------------------------------------------------------- |
| 116 | + | |
| 117 | + | When in Pro Mode you may replace the Statamic name, logo, favicon, |
| 118 | + | and add your own CSS to the control panel to match your |
| 119 | + | company or client's brand. |
| 120 | + | |
| 121 | + */ |
| 122 | + |
| 123 | + 'custom_cms_name' => env('STATAMIC_CUSTOM_CMS_NAME', 'Statamic'), |
| 124 | + |
| 125 | + 'custom_logo_url' => env('STATAMIC_CUSTOM_LOGO_URL', null), |
| 126 | + |
| 127 | + 'custom_favicon_url' => env('STATAMIC_CUSTOM_FAVICON_URL', null), |
| 128 | + |
| 129 | + 'custom_css_url' => env('STATAMIC_CUSTOM_CSS_URL', null), |
87 | 130 |
|
88 | 131 | ]; |
0 commit comments