easy-email-pro-theme 1.50.12 → 1.50.13

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.
Files changed (2) hide show
  1. package/lib/index.js +2 -1
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -35380,7 +35380,8 @@ const TextHTMLEditor = () => {
35380
35380
  mode: "production",
35381
35381
  context: { content: values.content },
35382
35382
  displayMode: "desktop-mobile",
35383
- keepEmptyAttributes: true
35383
+ keepEmptyAttributes: true,
35384
+ variablesDisabled: true
35384
35385
  },
35385
35386
  /* @__PURE__ */ React__default.createElement(React__default.Fragment, null, selectedNode.children.map((node, index2) => {
35386
35387
  if (NodeUtils.isTextNode(node)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "easy-email-pro-theme",
3
- "version": "1.50.12",
3
+ "version": "1.50.13",
4
4
  "description": "",
5
5
  "files": [
6
6
  "lib"