We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a47d74 commit 53e5648Copy full SHA for 53e5648
src/text-transform/config.ts
@@ -246,6 +246,21 @@ export const config: BlocksConfig = {
246
parser: parseFeatures,
247
},
248
],
249
+ [BlockType.FoldableListBlock]: [
250
+ {
251
+ fields: ['title'],
252
+ transformer: typografTransformer,
253
+ },
254
255
+ fields: ['text', 'additionalInfo'],
256
+ transformer: yfmTransformer,
257
258
259
+ fields: ['items'],
260
261
+ parser: parseFeatures,
262
263
+ ],
264
265
[BlockType.BannerBlock]: [
266
{
0 commit comments