@next-core/editor-bricks-helper 0.50.96 → 0.50.98

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.
@@ -577,7 +577,7 @@
577
577
  return nodes.find(node => node.$$uid === parentUid).$$isExpandableTemplate;
578
578
  }
579
579
 
580
- var jsonFieldsInBrick = ["properties", "events", "lifeCycle", "params", "if", "transform"];
580
+ var jsonFieldsInBrick = ["properties", "events", "lifeCycle", "params", "if", "transform", "dataSource"];
581
581
  var yamlFieldsInBrick = ["permissionsPreCheck", "transformFrom"];
582
582
  var ignoredFieldsInBrick = ["brick", "template", "portal", "slots", "id", "children", "instanceId"];
583
583
  // The reverse operation of *normalize*.