File tree Expand file tree Collapse file tree 4 files changed +5
-2
lines changed
component-library/components/panels Expand file tree Collapse file tree 4 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 3636 "page" page
3737 "heading" (dict "content" $element.content "width" 8)
3838 "background" $args.background
39- "illustration" (dict "ratio" $args.ratio "icon" $element.icon "image" $element.image "mode" $element.mode)
39+ "illustration" (dict "ratio" $args.ratio "icon" $element.icon "image" $element.image "mode" $element.mode "justify" "end" )
4040 "order" $args.order
4141 "link-type" $args.linkType
4242 "links" $args.links
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ require (
1515 github.com/gethinode/mod-lottie v1.6.1 // indirect
1616 github.com/gethinode/mod-mermaid/v3 v3.0.1 // indirect
1717 github.com/gethinode/mod-simple-datatables/v2 v2.0.2 // indirect
18- github.com/gethinode/mod-utils/v4 v4.17 .0 // indirect
18+ github.com/gethinode/mod-utils/v4 v4.18 .0 // indirect
1919 github.com/nextapps-de/flexsearch v0.0.0-20250907103239-defb38b083f0 // indirect
2020 github.com/twbs/bootstrap v5.3.8+incompatible // indirect
2121)
Original file line number Diff line number Diff line change @@ -518,6 +518,8 @@ github.com/gethinode/mod-utils/v4 v4.16.1 h1:HjV6TONU7ZbXC2xZIPRupjKOUORddtQH8bb
518518github.com/gethinode/mod-utils/v4 v4.16.1 /go.mod h1:bYmvRdAo4ICy5MpSGafDvO4p5bTDpsDKFCPL3bH0mN4 =
519519github.com/gethinode/mod-utils/v4 v4.17.0 h1:nDyXpZ0mCtf3ZML8G6bjeYJsI7Ne/Ze8rEWEa9zh6CI =
520520github.com/gethinode/mod-utils/v4 v4.17.0 /go.mod h1:bYmvRdAo4ICy5MpSGafDvO4p5bTDpsDKFCPL3bH0mN4 =
521+ github.com/gethinode/mod-utils/v4 v4.18.0 h1:CLxuPCbsQBGVgAM1x5nmh6V0HJoOcltIfKG9sthpsTk =
522+ github.com/gethinode/mod-utils/v4 v4.18.0 /go.mod h1:bYmvRdAo4ICy5MpSGafDvO4p5bTDpsDKFCPL3bH0mN4 =
521523github.com/nextapps-de/flexsearch v0.0.0-20230711092928-1243fd883ec3 h1:H/qVR5O4BXjRjD+5PZB+r4ug2BSJ2Of4RtwOntd+OKo =
522524github.com/nextapps-de/flexsearch v0.0.0-20230711092928-1243fd883ec3 /go.mod h1:5GdMfPAXzbA2gXBqTjC6l27kioSYzHlqDMh0+wyx7sU =
523525github.com/nextapps-de/flexsearch v0.0.0-20240108021025-afd75f742f22 h1:re7L8FxbXQpnX8BgzkdUnDpsUmloGNyLmiy2ZCln8pg =
Original file line number Diff line number Diff line change 7575 {{ else }}
7676 {{ $imageJustify = $align }}
7777 {{ end }}
78+ {{ with $args.illustration.justify }}{{ $imageJustify = . }}{{ end }}
7879
7980 {{ if $args.icon }}{{ $imageWrapper = $iconWrapper }}{{ end }}
8081
You can’t perform that action at this time.
0 commit comments