hero.yaml 957 B

1234567891011121314151617181920212223
  1. title: Hero
  2. '@extends': default
  3. form:
  4. fields:
  5. tabs:
  6. fields:
  7. buttons:
  8. type: tab
  9. title: Hero
  10. fields:
  11. header.hero_classes:
  12. type: text
  13. label: Hero Classes
  14. markdown: true
  15. 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.'
  16. header.hero_image:
  17. type: filepicker
  18. label: Hero Image
  19. preview_images: true
  20. description: 'If not specified, this defaults to the first image found in the page''s folder'