19 lines
525 B
PHP
19 lines
525 B
PHP
<?php
|
|
return [
|
|
'@class' => 'Grav\\Common\\File\\CompiledYamlFile',
|
|
'filename' => '/home/kevin/Sites/static-ethica.net/user/plugins/admin/blueprints/admin/pages/move.yaml',
|
|
'modified' => 1513090726,
|
|
'data' => [
|
|
'form' => [
|
|
'validation' => 'loose',
|
|
'fields' => [
|
|
'route' => [
|
|
'type' => 'parents',
|
|
'label' => 'PLUGIN_ADMIN.PARENT',
|
|
'classes' => 'fancy'
|
|
]
|
|
]
|
|
]
|
|
]
|
|
];
|