1234567891011121314151617181920212223 |
- title: Hero
- '@extends': default
- form:
- fields:
- tabs:
- fields:
- buttons:
- type: tab
- title: Hero
- fields:
- header.hero_classes:
- type: text
- label: Hero Classes
- markdown: true
- 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.'
- header.hero_image:
- type: filepicker
- label: Hero Image
- preview_images: true
- description: 'If not specified, this defaults to the first image found in the page''s folder'
|