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

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