3cf7f6627911b2ed64c35b3a66c5820d.yaml.php 1.3 KB

123456789101112131415161718192021222324252627282930313233
  1. <?php
  2. return [
  3. '@class' => 'Grav\\Common\\File\\CompiledYamlFile',
  4. 'filename' => '/var/www/html/user/themes/r2c/blueprints/default.yaml',
  5. 'modified' => 1530713574,
  6. 'data' => [
  7. 'extends@' => 'default',
  8. 'form' => [
  9. 'fields' => [
  10. 'tabs' => [
  11. 'fields' => [
  12. 'advanced' => [
  13. 'fields' => [
  14. 'columns' => [
  15. 'fields' => [
  16. 'column1' => [
  17. 'fields' => [
  18. 'header.body_classes' => [
  19. 'markdown' => true,
  20. 'description' => 'Available classes in Quark Theme (space separated):<br />`header-fixed`, `header-animated`, `header-dark`, `header-transparent`, `sticky-footer`'
  21. ]
  22. ]
  23. ]
  24. ]
  25. ]
  26. ]
  27. ]
  28. ]
  29. ]
  30. ]
  31. ]
  32. ]
  33. ];