1
0
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:
Awilum
2018-12-11 13:58:18 +03:00
parent 4d05553ffc
commit ff434db86d
3 changed files with 21 additions and 26 deletions

21
site/config/settings.yaml Normal file
View 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

View File

@@ -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: ''

View File

@@ -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