From fee4a9f3739f4468b9a70b5d96fd1eb5a19c6978 Mon Sep 17 00:00:00 2001 From: JWB Date: Wed, 14 Dec 2022 06:12:59 -0500 Subject: [PATCH] Updating Ace Editor for Dark Mode --- .../components/config/advanced-config.blade.php | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/resources/views/components/config/advanced-config.blade.php b/resources/views/components/config/advanced-config.blade.php index 185c5f6..58e1fd5 100644 --- a/resources/views/components/config/advanced-config.blade.php +++ b/resources/views/components/config/advanced-config.blade.php @@ -1,11 +1,11 @@ -

Allows editing the frontend of your site. Amongst other things, this file allows customization of:
+

Allows editing the frontend of your site. Amongst other things, this file allows customization of:
Home Page, links, titles, Google Analytics and meta tags.

@csrf
-
{{ file_get_contents('config/advanced-config.php') }}
+
{{ file_get_contents('config/advanced-config.php') }}
Restore defaults @@ -24,7 +24,13 @@ Home Page, links, titles, Google Analytics and meta tags.