From f51ad8d5de7a28be8286760d423949be826e525a Mon Sep 17 00:00:00 2001 From: ghost Date: Wed, 27 Sep 2023 14:20:51 +0300 Subject: [PATCH] add theme settings #17 --- .gitignore | 1 + src/config/themes.json | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 src/config/themes.json diff --git a/.gitignore b/.gitignore index 1a54812..febfe8f 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ !/src/config/bootstrap.php !/src/config/website.json !/src/config/locales.json +!/src/config/themes.json !/src/config/sphinx.json !/src/config/memcached.json !/src/config/database.json diff --git a/src/config/themes.json b/src/config/themes.json new file mode 100644 index 0000000..a248bb9 --- /dev/null +++ b/src/config/themes.json @@ -0,0 +1,3 @@ +[ + "default" +]