dataarchiteces/kirby/config/blueprints.php
2026-02-09 08:36:12 +01:00

7 lines
189 B
PHP

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