@gravity-ui/page-constructor 4.49.0 → 4.49.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -222,7 +222,7 @@ exports.config = {
222
222
  {
223
223
  fields: ['items'],
224
224
  transformer: common_1.yfmTransformer,
225
- parser: (0, common_1.createItemsParser)(['text', 'additionalInfo']),
225
+ parser: (0, common_1.createItemsParser)(['text', 'additionalInfo', 'caption']),
226
226
  },
227
227
  {
228
228
  fields: ['items'],
@@ -219,7 +219,7 @@ export const config = {
219
219
  {
220
220
  fields: ['items'],
221
221
  transformer: yfmTransformer,
222
- parser: createItemsParser(['text', 'additionalInfo']),
222
+ parser: createItemsParser(['text', 'additionalInfo', 'caption']),
223
223
  },
224
224
  {
225
225
  fields: ['items'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravity-ui/page-constructor",
3
- "version": "4.49.0",
3
+ "version": "4.49.1",
4
4
  "description": "Gravity UI Page Constructor",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -232,7 +232,7 @@ exports.config = {
232
232
  {
233
233
  fields: ['items'],
234
234
  transformer: common_1.yfmTransformer,
235
- parser: (0, common_1.createItemsParser)(['text', 'additionalInfo']),
235
+ parser: (0, common_1.createItemsParser)(['text', 'additionalInfo', 'caption']),
236
236
  },
237
237
  {
238
238
  fields: ['items'],