givanz / VvvebJs

Drag and drop page builder library written in vanilla javascript without dependencies or build tools.
https://www.vvveb.com/vvvebjs/editor.html
Apache License 2.0
7.16k stars 1.64k forks source link

Saved pages not showing when reload #281

Closed zakk616 closed 1 year ago

zakk616 commented 1 year ago

i'm saving pages in demo and pages are being save, but when I'm reloading the page these pages are not being enlisted.

any solution?

givanz commented 1 year ago

Hi

You are adding new pages that don't show in the file manager list after refresh? You are probably using editor.html instead of editor.php, you need to use the php version that reads the file list inside demo folder.

zakk616 commented 1 year ago

yes got it, thanks