I know this is a big subject but I want to know how I can make a simple pagebuilder.
Reason is because i’m making a cms and I want to be able to create new rows that are also editable for my system.
Is their a general way how to do this?
And how am I able to save that layout to the server ?
Yeah I know but I am more interested in what format to save the “build” json or plain html ?
Then save it to the server OR save a file and load it in ?
But first of I want to know how I can add rows and columns that are bound to a grid ( depending how many columns already exist )
So save the template to markdown and on load, get file load trough parsedown.
But isn’t it better to save on db ? ( since I don’t want my server to be full with all kinds of files )
plus I still do not know how to create a new element.