Skip to content
Merged
Show file tree
Hide file tree
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
14 changes: 0 additions & 14 deletions data/structures/section-title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,9 @@ arguments:
size:
use-title:
heading-level:
type: int
optional: true
release: v3.19.0
comment: >-
Heading level of the title, from 1 (h1) to 6 (h6). Defaults to 0, which
renders 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-class:
type: string
optional: true
release: v3.19.0
comment: >-
Classes for 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.
justify:
link-type:
use-section:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ require (
github.com/gethinode/mod-lottie/v3 v3.0.4 // indirect
github.com/gethinode/mod-mermaid/v5 v5.0.4 // indirect
github.com/gethinode/mod-simple-datatables/v4 v4.1.1 // indirect
github.com/gethinode/mod-utils/v6 v6.8.5 // indirect
github.com/gethinode/mod-utils/v6 v6.9.0 // indirect
github.com/nextapps-de/flexsearch v0.0.0-20260529083235-f7ed963096a0 // indirect
github.com/twbs/bootstrap v5.3.8+incompatible // indirect
)
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ github.com/gethinode/mod-utils/v6 v6.8.4 h1:L8x3IcWEn2kms7WWuYwtbi/x7lIR18z+eJhU
github.com/gethinode/mod-utils/v6 v6.8.4/go.mod h1:E5tO9w3VKaidJpu1nI8zAKmh0bddFHOIIQnudAaXQTs=
github.com/gethinode/mod-utils/v6 v6.8.5 h1:hzJgNjw6NIORMvxeJ3Q6+qPaPzLc4CQtNTWRXFVjFPM=
github.com/gethinode/mod-utils/v6 v6.8.5/go.mod h1:E5tO9w3VKaidJpu1nI8zAKmh0bddFHOIIQnudAaXQTs=
github.com/gethinode/mod-utils/v6 v6.9.0 h1:+7RsNAfYCaM3rAzwrkTC6Ui3vcpGYWj1Ek1CmUVcaq0=
github.com/gethinode/mod-utils/v6 v6.9.0/go.mod h1:E5tO9w3VKaidJpu1nI8zAKmh0bddFHOIIQnudAaXQTs=
github.com/nextapps-de/flexsearch v0.0.0-20260529083235-f7ed963096a0 h1:QDKcU3q39lFGzdVwM6kgCGnW3ibbMfYIi0Rwl62iJpo=
github.com/nextapps-de/flexsearch v0.0.0-20260529083235-f7ed963096a0/go.mod h1:5GdMfPAXzbA2gXBqTjC6l27kioSYzHlqDMh0+wyx7sU=
github.com/twbs/bootstrap v5.3.8+incompatible h1:eK1fsXP7R/FWFt+sSNmmvUH9usPocf240nWVw7Dh02o=
Expand Down