makesites / kisscms

A lightweight CMS written in PHP. Lightning fast to setup. Obviously easy to maintain. #php
http://kisscms.com
22 stars 6 forks source link

Deprecate Config model #137

Open tracend opened 8 years ago

tracend commented 8 years ago

There's an argument for not considering the site's configuration pure data, from a theoretical standpoint.

Instead lets take the training wheels off and treat PHP developers with the same respect we do with Node.js developers, assuming they too are proficient.

The configuration page can be removed and instead a config folder would contain all the data in JSON format.