Files
lichterei-web/kirby/config/blueprints.php
Bastian Allgeier 01277f79f2 first version
2019-01-13 23:17:34 +01:00

8 lines
189 B
PHP
Executable File

<?php
return [
'files/default' => __DIR__ . '/blueprints/file.yml',
'pages/default' => __DIR__ . '/blueprints/page.yml',
'site' => __DIR__ . '/blueprints/site.yml'
];