Skip to content

Commit

Permalink
fix: add tabs caption to transform config (#790)
Browse files Browse the repository at this point in the history
  • Loading branch information
qradle-yndx authored Jan 30, 2024
1 parent fc9f16f commit 2740c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/text-transform/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ export const config: BlocksConfig = {
{
fields: ['items'],
transformer: yfmTransformer,
parser: createItemsParser(['text', 'additionalInfo']),
parser: createItemsParser(['text', 'additionalInfo', 'caption']),
},
{
fields: ['items'],
Expand Down

0 comments on commit 2740c1b

Please sign in to comment.