From f49326e998f69931b52969c4235b0ee478ddc682 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Thu, 10 Aug 2023 10:53:45 -0300 Subject: content: linkContribution: add preventWrapping slot --- src/content/dependencies/linkContribution.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/content/dependencies/linkContribution.js') diff --git a/src/content/dependencies/linkContribution.js b/src/content/dependencies/linkContribution.js index f4c05388..2219ae1d 100644 --- a/src/content/dependencies/linkContribution.js +++ b/src/content/dependencies/linkContribution.js @@ -36,6 +36,7 @@ export default { slots: { showContribution: {type: 'boolean', default: false}, showIcons: {type: 'boolean', default: false}, + preventWrapping: {type: 'boolean', default: true}, }, generate(data, relations, slots, {html, language}) { @@ -63,7 +64,7 @@ export default { const content = language.formatString(parts.join('.'), options); return ( - (parts.length > 1 + (parts.length > 1 && slots.preventWrapping ? html.tag('span', {[html.noEdgeWhitespace]: true, class: 'nowrap'}, content) -- cgit 1.3.0-6-gf8a5