Skip to content

Commit

Permalink
[Tabs][Carousel] The Json export doesn't work properly for nested Tab…
Browse files Browse the repository at this point in the history
…s and Carousels #298

- panel select, only append subtitle it available
  • Loading branch information
richardhand committed Nov 20, 2018
1 parent 4a8637e commit 4c6841e
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,9 @@
} else if (item.title) {
subTitle = item.title;
}
}

if (subTitle) {
title = title + ": <span class='foundation-layout-util-subtletext'>" + subTitle + "</span>";
}

Expand Down

0 comments on commit 4c6841e

Please sign in to comment.