Create annotated Starterkit

This commit is contained in:
Sonja Broda
2019-07-28 15:07:33 +02:00
parent 40f095f5de
commit aada11ac43
29 changed files with 305 additions and 21 deletions

View File

@@ -1,5 +1,12 @@
<?php
/**
* The config file is optional. It accepts a return array with config options
* Note: Never include more than one return statement, all options go within this single return array
* In this example, we set debugging to true, so that errors are displayed onscreen.
* This setting must be set to false in production.
* All config options: https://getkirby.com/docs/reference/system/options
*/
return [
'debug' => true,
];