File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2222 |--------------------------------------------------------------------------
2323 | logo_link
2424 |--------------------------------------------------------------------------
25- | The logo should link to this url. Defaults to adminpath (null)
25+ | The logo should link to this url. Defaults to website root /
2626 */
27- 'logo_link ' => null ,
27+ 'logo_link ' => ' / ' ,
2828
2929 /*
3030 |--------------------------------------------------------------------------
3131 | logo_link_target
3232 |--------------------------------------------------------------------------
33- | Open the logo_link in window, e.g. _blank
33+ | Target of the logo link. Default _blank (new window/tab)
3434 */
35- 'logo_link_target ' => null ,
35+ 'logo_link_target ' => ' _blank ' ,
3636
3737 /*
3838 |--------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments