easy-email-pro-theme 1.57.7 → 1.57.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.
- package/lib/index.js +3 -0
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -16533,6 +16533,9 @@ function mjmlTransform(data) {
|
|
|
16533
16533
|
attributes.spacing = "8px";
|
|
16534
16534
|
}
|
|
16535
16535
|
}
|
|
16536
|
+
if (tag === "social-element" && attributes.src) {
|
|
16537
|
+
attributes.mode = "custom";
|
|
16538
|
+
}
|
|
16536
16539
|
const payload = {
|
|
16537
16540
|
type: block.type,
|
|
16538
16541
|
attributes,
|