-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Where is the content of CMS pages / static blocks, created before installing the extension? #43
Comments
I've got the same issue, what i'm guessing is that the data has to be migrated to the https://github.com/Magenerds/WysiwygWidget extension. When i created a test block before and after installing i noticed what the difference is between the content of the blocks. Content column Before:
Content column After:
decoding the base64 reveals There is also a page_designer_json field which also has this widget with the base64 string so it would have to be placed there as well.
I think it would be a nice feature to add a installData.php which converts these columns to the structure pagedesigner supports. However this would also mean the Wysiwyg widget becomes a requirement. |
Hi, i've created a script to automatically migrate the content to the PageDesigner format. If you newly install pageDesigner it should run automatically. If it is already installed you can run it via
To change it back to the normal Magento format you can run
NOTE: |
I installed the extension and tried to edit a page, but I noticed that my old HTML is not there anymore? Is this extension only made for completly fresh Magento shops?
The text was updated successfully, but these errors were encountered: