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
16 changes: 16 additions & 0 deletions data/structures/_arguments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -648,6 +648,22 @@ arguments:
optional: true
comment: >-
Heading of the content block, including a preheading and content element.
heading-class:
type: string
optional: true
comment: >-
Class attributes of the heading element, applied only when a heading level
renders one. Replaces the margin reset that otherwise keeps a title raised
by heading-level aligned with the div it succeeds. Pass an empty string to
leave the element on its own styling.
heading-level:
type: int
optional: true
comment: >-
Heading level of the title, from 1 (h1) to 6 (h6). Set 0 to render a div
instead of a heading. Content blocks receive a level from the page that
renders them, so the first titled block of a page without a page header
becomes its h1.
heading-style:
type: select
optional: true
Expand Down