Skip to content

Commit

Permalink
Add richtext tags support to card metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Acylation committed Jan 23, 2025
1 parent a4c515e commit 5cc18a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/components/CardMetadata/Tags.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
</script>

{#if field.type === DataFieldType.String && field.repeated && Array.isArray(value)}
<TagList values={value || []} />
<TagList richText={field.typeConfig?.richText ?? false} values={value || []} />
{/if}

0 comments on commit 5cc18a7

Please sign in to comment.