1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-18 02:41:27 +02:00

Flextype fallback settings implementation

This commit is contained in:
Awilum
2018-12-15 02:20:56 +03:00
parent 7529f1fa21
commit 2a2f9e5970

View File

@@ -23,7 +23,10 @@ define('PATH', ['site' => ROOT_DIR . '/site',
'plugins' => ROOT_DIR . '/site/plugins',
'themes' => ROOT_DIR . '/site/themes',
'pages' => ROOT_DIR . '/site/pages',
'config' => ROOT_DIR . '/site/config',
'config' => [
'default' => ROOT_DIR . '/flextype/config',
'site' => ROOT_DIR . '/site/config'
],
'cache' => ROOT_DIR . '/site/cache']);
// Define the path to the logs directory (without trailing slash).