1
0
mirror of https://github.com/typemill/typemill.git synced 2025-07-30 19:00:32 +02:00

Version 1.2.0 Introducing a Basic Content Editor

This commit is contained in:
Sebastian
2018-06-25 18:04:32 +02:00
parent 9286cfd884
commit cfc8128161
34 changed files with 560 additions and 100 deletions

10
settings/README.md Normal file
View File

@@ -0,0 +1,10 @@
Settings are generated during the setup of the system.
If you are a developer, you can manually add the settings
````
displayErrorDetails: true
````
This will display the php errors during the developement process. Do not forget to disable the settings for the live environment (delete it or set it to false).