first version
This commit is contained in:
7
kirby/config/blueprints.php
Executable file
7
kirby/config/blueprints.php
Executable file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'files/default' => __DIR__ . '/blueprints/file.yml',
|
||||
'pages/default' => __DIR__ . '/blueprints/page.yml',
|
||||
'site' => __DIR__ . '/blueprints/site.yml'
|
||||
];
|
Reference in New Issue
Block a user