HansSchouten / Laravel-Pagebuilder

A drag and drop pagebuilder to manage pages in any Laravel project
https://www.phpagebuilder.com
MIT License
799 stars 184 forks source link

stop rendering for other blocks #140

Open jamilbilal-dreamwarrior opened 1 year ago

jamilbilal-dreamwarrior commented 1 year ago

I have more than 50 widgets/blocks, but the problem is all the data of all widgets are rendering by default, But I want to load the data for only on demand widget by drag and drop.

artifex-media commented 1 year ago

+1

In my opinion the code and assets from unused block's should be loaded/inserted when dropping the block.