From b8b848ee35b428ae4545fec81547d084f9dac29c Mon Sep 17 00:00:00 2001 From: riteelama Date: Fri, 28 Jun 2024 16:21:40 +0545 Subject: [PATCH] Chnagelog updated --- changelog.txt | 1 + dist/form-selector/block.json | 2 +- dist/frontend-listing/block.json | 2 +- dist/user-login/block.json | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/changelog.txt b/changelog.txt index 407bf4fe3..0f9b40f87 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2,6 +2,7 @@ = 3.0.1 - xx-xx-2024 * Enhancement - Global Setting Premium Sidebar. +* Fix - Block design all messed up when viewed in block editor. = 3.0.0.1 - 27-05-2024 * Fix - Form builder loading when recaptcha is enabled. diff --git a/dist/form-selector/block.json b/dist/form-selector/block.json index 65b608827..b17deff58 100644 --- a/dist/form-selector/block.json +++ b/dist/form-selector/block.json @@ -29,5 +29,5 @@ } }, "editorScript": "everest-forms-block-editor", - "editorStyle": "everest-forms-blocks-editor-style" + "editorStyle": "everest-forms-block-editor" } diff --git a/dist/frontend-listing/block.json b/dist/frontend-listing/block.json index 873bad841..25fd449f8 100644 --- a/dist/frontend-listing/block.json +++ b/dist/frontend-listing/block.json @@ -22,5 +22,5 @@ } }, "editorScript": "everest-forms-block-editor", - "editorStyle": "everest-forms-blocks-editor-style" + "editorStyle": "everest-forms-block-editor" } diff --git a/dist/user-login/block.json b/dist/user-login/block.json index d78d67373..e5238ff75 100644 --- a/dist/user-login/block.json +++ b/dist/user-login/block.json @@ -26,5 +26,5 @@ } }, "editorScript": "everest-forms-block-editor", - "editorStyle": "everest-forms-blocks-editor-style" + "editorStyle": "everest-forms-block-editor" }