zet-lib 3.0.6 → 3.0.8

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.
@@ -449,6 +449,9 @@ me.prepare = (MYMODEL) => {
449
449
  ? 400
450
450
  : property.values.height;
451
451
  break;
452
+ case "html":
453
+ widgets[key].code = property.values.code || "";
454
+ break;
452
455
 
453
456
  default:
454
457
  break;