154763dbe7ba6203a547abaec9139e77.yaml.php 872 B

12345678910111213141516171819202122232425262728293031
  1. <?php
  2. return [
  3. '@class' => 'Grav\\Common\\File\\CompiledYamlFile',
  4. 'filename' => '/var/www/html/user/plugins/form/form.yaml',
  5. 'modified' => 1591823840,
  6. 'data' => [
  7. 'enabled' => true,
  8. 'built_in_css' => true,
  9. 'inline_css' => true,
  10. 'refresh_prevention' => false,
  11. 'client_side_validation' => true,
  12. 'inline_errors' => false,
  13. 'files' => [
  14. 'multiple' => false,
  15. 'limit' => 10,
  16. 'destination' => 'self@',
  17. 'avoid_overwriting' => false,
  18. 'random_name' => false,
  19. 'filesize' => 0,
  20. 'accept' => [
  21. 0 => 'image/*'
  22. ]
  23. ],
  24. 'recaptcha' => [
  25. 'version' => '2-checkbox',
  26. 'theme' => 'light',
  27. 'site_key' => NULL,
  28. 'secret_key' => NULL
  29. ]
  30. ]
  31. ];