mirror of
https://github.com/flextype/flextype.git
synced 2025-08-17 10:30:46 +02:00
Settings - cleanup and refactoring
- we will use only one settings file
This commit is contained in:
21
site/config/settings.yaml
Normal file
21
site/config/settings.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
title: Flextype
|
||||
description: 'Modern Open Source Flat-File Content Management System'
|
||||
keywords: 'flextype, php, cms, flat-file cms, flat cms, flatfile cms, html'
|
||||
robots: 'index, follow'
|
||||
author:
|
||||
name: ''
|
||||
email: ''
|
||||
timezone: UTC
|
||||
date_format: 'F d Y H:i:s'
|
||||
charset: UTF-8
|
||||
theme: simple
|
||||
locale: en
|
||||
pages:
|
||||
main: home
|
||||
errors:
|
||||
display: true
|
||||
cache:
|
||||
enabled: true
|
||||
prefix: flextype
|
||||
driver: auto
|
||||
lifetime: 604800
|
@@ -1,7 +0,0 @@
|
||||
title: 'Flextype'
|
||||
description: 'Modern Open Source Flat-File Content Management System'
|
||||
keywords: 'flextype, php, cms, flat-file cms, flat cms, flatfile cms, html'
|
||||
robots: 'index, follow'
|
||||
author:
|
||||
name: ''
|
||||
email: ''
|
@@ -1,19 +0,0 @@
|
||||
timezone: UTC
|
||||
date_format: 'F d Y H:i:s'
|
||||
charset: UTF-8
|
||||
|
||||
theme: simple
|
||||
|
||||
locale: 'en'
|
||||
|
||||
pages:
|
||||
main: home
|
||||
|
||||
errors:
|
||||
display: false
|
||||
|
||||
cache:
|
||||
enabled: true
|
||||
prefix: flextype
|
||||
driver: auto
|
||||
lifetime: 604800
|
Reference in New Issue
Block a user