dbf5b9a56fc5663b642b9b7077ffb74d.yaml.php 3.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. <?php
  2. return [
  3. '@class' => 'Grav\\Common\\File\\CompiledYamlFile',
  4. 'filename' => '/mnt/data/Sites/anissabensalah.net/user/themes/quark/blueprints/partials/blog-bits.yaml',
  5. 'modified' => 1526367498,
  6. 'data' => [
  7. 'form' => [
  8. 'fields' => [
  9. 'hero_title' => [
  10. 'type' => 'spacer',
  11. 'title' => 'Hero Section'
  12. ],
  13. 'header.hero_classes' => [
  14. 'type' => 'text',
  15. 'label' => 'Hero Classes',
  16. 'markdown' => true,
  17. 'description' => 'There are several Hero class options that can be listed here (space separated):<br />`text-light`, `text-dark`, `title-h1h2`, `parallax`, `overlay-dark-gradient`, `overlay-light-gradient`, `overlay-dark`, `overlay-light`, `hero-fullscreen`, `hero-large`, `hero-medium`, `hero-small`, `hero-tiny`<br />Please consult the [Quark documentation](https://github.com/getgrav/grav-theme-quark#hero-options) for more details.'
  18. ],
  19. 'header.hero_image' => [
  20. 'type' => 'filepicker',
  21. 'label' => 'Hero Image',
  22. 'preview_images' => true,
  23. 'description' => 'If not specified, this defaults to the first image found in the page\'s folder'
  24. ],
  25. 'toggles_title' => [
  26. 'type' => 'spacer',
  27. 'title' => 'Configuration'
  28. ],
  29. 'header.blog_url' => [
  30. 'type' => 'text',
  31. 'label' => 'Blog Route',
  32. 'help' => 'The route to this main blog page that contains this configuration',
  33. 'default' => '/blog',
  34. 'placeholder' => '/blog',
  35. 'size' => 'medium'
  36. ],
  37. 'header.show_sidebar' => [
  38. 'type' => 'toggle',
  39. 'label' => 'Show Sidebar',
  40. 'highlight' => 1,
  41. 'default' => 1,
  42. 'options' => [
  43. 1 => 'PLUGIN_ADMIN.ENABLED',
  44. 0 => 'PLUGIN_ADMIN.DISABLED'
  45. ],
  46. 'validate' => [
  47. 'type' => 'bool'
  48. ]
  49. ],
  50. 'header.show_breadcrumbs' => [
  51. 'type' => 'toggle',
  52. 'label' => 'Show Breadcrumbs',
  53. 'highlight' => 1,
  54. 'default' => 1,
  55. 'options' => [
  56. 1 => 'PLUGIN_ADMIN.ENABLED',
  57. 0 => 'PLUGIN_ADMIN.DISABLED'
  58. ],
  59. 'validate' => [
  60. 'type' => 'bool'
  61. ]
  62. ],
  63. 'header.show_pagination' => [
  64. 'type' => 'toggle',
  65. 'label' => 'Show Pagination',
  66. 'highlight' => 1,
  67. 'default' => 1,
  68. 'options' => [
  69. 1 => 'PLUGIN_ADMIN.ENABLED',
  70. 0 => 'PLUGIN_ADMIN.DISABLED'
  71. ],
  72. 'validate' => [
  73. 'type' => 'bool'
  74. ]
  75. ]
  76. ]
  77. ]
  78. ]
  79. ];