From e9c7de24647d1335859b2dee07878fdfe7c145d1 Mon Sep 17 00:00:00 2001 From: Julian Prieber <60265788+JulianPrieber@users.noreply.github.com> Date: Fri, 23 Sep 2022 11:05:57 +0200 Subject: [PATCH] Added config --- config.php | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ readme.md | 2 +- 2 files changed, 67 insertions(+), 1 deletion(-) create mode 100644 config.php diff --git a/config.php b/config.php new file mode 100644 index 0000000..8cc5a35 --- /dev/null +++ b/config.php @@ -0,0 +1,66 @@ + 'false', + + 'open_links_in_same_tab' => 'false', + + + /* + |-------------------------------------------------------------------------- + | Custom Code + |-------------------------------------------------------------------------- + | + | Custom code allows you to inject customized Blade, PHP, HTML, JavaScript and CSS code. + | + | In your "extra" folder, you will find 3 separate files for injecting your code to + | different places on the final page (head, body, at the end of the body). + | + | You may also attach custom assets like CSS, JS, or images. + | You can find instructions for this in the files in your extra folder. + | + */ + + '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 + |-------------------------------------------------------------------------- + | + | You may add custom icons to your theme.  + | These icons are stored under: .../extra/custom-icons. + | + | You can adjust the file extension types to use other files than just SVGs. + | + */ + + 'use_custom_icons' => 'false', + + // Is not set correct this will cause errors. + 'custom_icon_extension' => '.svg', // (.png, .jpg ...) + + + +]; \ No newline at end of file diff --git a/readme.md b/readme.md index 0d263a1..13f1f48 100644 --- a/readme.md +++ b/readme.md @@ -2,7 +2,7 @@ Find more themes: https://github.com/JulianPrieber/llc-themes * Theme Name: Sublime -* Theme Version: 1.2 +* Theme Version: 1.3 * Theme Date: 2022-07-07 * Theme Author: JulianPrieber * Theme Author URI: https://github.com/JulianPrieber