This commit is contained in:
2018-08-02 11:49:34 +02:00
parent 6c081111c0
commit dfc21db8bc
13 changed files with 933 additions and 5 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'
]
]
]
]
];