pagehome+pageprojet

This commit is contained in:
2018-08-21 14:40:31 +02:00
parent 86273530e4
commit 93665e5bf4
34 changed files with 1037 additions and 64 deletions
@@ -0,0 +1,18 @@
<?php
return [
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/blueprints/admin/pages/move.yaml',
'modified' => 1533014916,
'data' => [
'form' => [
'validation' => 'loose',
'fields' => [
'route' => [
'type' => 'parents',
'label' => 'PLUGIN_ADMIN.PARENT',
'classes' => 'fancy'
]
]
]
]
];