7dcee7865b3373cee5df01f88c3da640.yaml.php 513 B

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