Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion data/structures/_arguments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,11 @@ arguments:
type: bool
default: false
optional: true
comment: Flag indicating if the element should be rendered fullscreen.
comment: >-
Flag indicating if the element should be rendered as a cover section,
filling most of the viewport height. Defaults to 88vh rather than the
full 100vh, so the next section peeks above the fold; see the site
settings `main.sectionHeight` and `main.maxSectionHeight`.
cta:
type: cta
optional: true
Expand Down