HansSchouten/Laravel-Pagebuilder

Refresh text/images after change on view.php

khristoff opened this issue · 2 comments

I have a view.html block and when I refresh the text immediately I see the new text in the right side, the problem is, when the block is a view.php file, I only can edit the text in the left sidebar and I can't see the changes in the right side unless save and refresh, how can view changes on a view.php when I change text or upload images? Thanks

Check for any JS errors, because if you change a setting in the left sidebar the view.php file should be renderered via an ajax call and loaded into the page.

When I edit in view.html component I have this on console backbone.js:370 [Traits]: 'url' type not found {level: 'warning'} and the text is updated, but when is view.php the console is clear, where can I found that ajaxcall?