195439f17fbee20a2684dc7d4fcc41bb.yaml.php 525 B

123456789101112131415161718
  1. <?php
  2. return [
  3. '@class' => 'Grav\\Common\\File\\CompiledYamlFile',
  4. 'filename' => '/home/kevin/Sites/static-ethica.net/user/plugins/admin/blueprints/admin/pages/move.yaml',
  5. 'modified' => 1513090726,
  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. ];