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 68f2aea commit 4c1cc7aCopy full SHA for 4c1cc7a
src/text-transform/blocks.ts
@@ -221,15 +221,7 @@ const config: BlocksConfig = {
221
},
222
],
223
[BlockType.PromoFeaturesBlock]: [
224
- {
225
- fields: ['title'],
226
- transformer: typografTransformer,
227
- parser: parseTitle,
228
- },
229
230
- fields: ['description'],
231
- transformer: yfmTransformer,
232
+ ...blockHeaderTransfomer,
233
{
234
fields: ['items'],
235
transformer: yfmTransformer,
@@ -369,7 +361,6 @@ const config: BlocksConfig = {
369
361
parser: parseTitle,
370
362
371
363
372
- [BlockType.PromoFeaturesBlock]: blockHeaderTransfomer,
373
364
[BlockType.InfoBlock]: [
374
365
375
366
fields: ['rightContent', 'leftContent'],
0 commit comments