21734e2c1e7129df7b081b625a5fb71b.yaml.php 514 B

123456789101112131415161718
  1. <?php
  2. return [
  3. '@class' => 'Grav\\Common\\File\\CompiledYamlFile',
  4. 'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/blueprints/admin/pages/move.yaml',
  5. 'modified' => 1535111354,
  6. 'data' => [
  7. 'form' => [
  8. 'validation' => 'loose',
  9. 'fields' => [
  10. 'route' => [
  11. 'type' => 'parents',
  12. 'label' => 'PLUGIN_ADMIN.PARENT',
  13. 'classes' => 'fancy'
  14. ]
  15. ]
  16. ]
  17. ]
  18. ];