add initial pagebuilder code from pbdev

This commit is contained in:
zefie
2023-07-23 19:05:21 -04:00
parent fc37ae2711
commit 212dce4282
9502 changed files with 93736 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
var minisrv_service_file = true;
var pagename = session_data.pagestore.createPage(request_headers.query.styleName.replace(' ', '_'));
headers = `300 OK
Connection: Keep-Alive
Content-Type: text/html
wtv-expire-all: wtv-author:/documents
Location: wtv-author:/show-blocks?docName=${pagename}`