LinkStack/themes/stargazer/config.php

54 lines
1.3 KiB
PHP

<?php
return [
/*
|--------------------------------------------------------------------------
| Theme Config
|--------------------------------------------------------------------------
|
| Description.
|
*/
// Some themes may not be compatible with custom buttons created by the Button Editor.
// If 'false' the default button CSS is used.
'allow_custom_buttons' => 'false',
'open_links_in_same_tab' => 'false',
/*
|--------------------------------------------------------------------------
| Custom Code
|--------------------------------------------------------------------------
|
| Description.
|
*/
'enable_custom_code' => 'false',
// Disable individual files (only applies if above is 'true').
'enable_custom_head' => 'true',
'enable_custom_body' => 'true',
'enable_custom_body_end' => 'true',
/*
|--------------------------------------------------------------------------
| Custom Icons
|--------------------------------------------------------------------------
|
| Description.
|
*/
'use_custom_icons' => 'false',
// Is not set correct this will cause errors.
'custom_icon_extension' => '.svg', // (.png, .jpg ...)
];