62562142d3291f2e592400e82de9dc9d.yaml.php 503 B

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