From ade13ba72b9352f7abe8a593f6e6c640a6c7f3b2 Mon Sep 17 00:00:00 2001 From: Mark Dumay <61946753+markdumay@users.noreply.github.com> Date: Sun, 2 Aug 2026 07:32:34 +0200 Subject: [PATCH] fix(arguments): correct the cover argument description The shared `cover` argument was documented as "rendered fullscreen", which is rendered verbatim into the generated argument tables for every block that accepts it. A cover section is 88vh, not 100vh, so the description promised a full viewport that the theme never delivers. Describe the real behavior and name the two site settings that control it. Refs: gethinode/hinode#2107 Co-Authored-By: Claude Opus 5 (1M context) --- data/structures/_arguments.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/data/structures/_arguments.yml b/data/structures/_arguments.yml index 2f7bfee..c354947 100644 --- a/data/structures/_arguments.yml +++ b/data/structures/_arguments.yml @@ -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