[
https://issues.apache.org/jira/browse/MSKINS-170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17533343#comment-17533343
]
Michael Osipov edited comment on MSKINS-170 at 5/7/22 9:23 PM:
---------------------------------------------------------------
Links are solved that way:
{noformat}
#**##if ( $img )
#* *##if ( $position == "left" )
#* *#<a href="$href"$linkClass$linkTarget$linkTitle>#image($img $alt $border
$width $height)$name</a>##
#* *##else
#* *#<a href="$href"$linkClass$linkTarget$linkTitle>$name #image($img $alt
$border $width $height)</a>##
#* *##end
{noformat}
menu items:
{noformat}
#* *##if ( $position == "left" )
<li class="nav-header">$img $menu.name</li>
#* *##else
<li class="nav-header">$menu.name $img</li>
#* *##end
{noformat}
Breadcrumb, link and menu item titles are completely ignored.
was (Author: michael-o):
Links are solved that way:
{noformat}
#**##if ( $img )
#* *##if ( $position == "left" )
#* *#<a href="$href"$linkClass$linkTarget$linkTitle>#image($img $alt $border
$width $height)$name</a>##
#* *##else
#* *#<a href="$href"$linkClass$linkTarget$linkTitle>$name #image($img $alt
$border $width $height)</a>##
#* *##end
{noformat}
> Allow to show name as headline in addition to bannerLeft
> --------------------------------------------------------
>
> Key: MSKINS-170
> URL: https://issues.apache.org/jira/browse/MSKINS-170
> Project: Maven Skins
> Issue Type: Improvement
> Components: Fluido Skin
> Affects Versions: fluido-1.9
> Reporter: Konrad Windszus
> Priority: Major
>
> Currently there is a fallback with text in case no bannerLeft is configured:
> https://github.com/apache/maven-fluido-skin/blob/f966972c504c8a01a5d7a203de6438464877a8bd/src/main/resources/META-INF/maven/site.vm#L188.
> It would be nice to optionally show that next to the banner.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)