1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-15 17:44:17 +02:00

Infrastructure changes: use entity name Entries/Entry instead of entity name Pages/Page

This commit is contained in:
Awilum
2018-12-22 13:49:12 +03:00
parent c39e544a3a
commit c5a5484568

View File

@@ -22,7 +22,7 @@ define('ROOT_DIR', str_replace(DIRECTORY_SEPARATOR, '/', getcwd()));
define('PATH', ['site' => ROOT_DIR . '/site',
'plugins' => ROOT_DIR . '/site/plugins',
'themes' => ROOT_DIR . '/site/themes',
'pages' => ROOT_DIR . '/site/pages',
'entries' => ROOT_DIR . '/site/entries',
'config' => [
'default' => ROOT_DIR . '/flextype/config',
'site' => ROOT_DIR . '/site/config'