mirror of
https://github.com/documize/community.git
synced 2025-07-23 07:09:43 +02:00
set pageMeta.config
This commit is contained in:
parent
3b3785ba24
commit
f1ba45f203
4 changed files with 4 additions and 3 deletions
|
@ -185,6 +185,7 @@ func processDocument(p request.Persister, filename, job, folderID string, fileRe
|
|||
meta := entity.PageMeta{}
|
||||
meta.PageID = pageID
|
||||
meta.RawBody = page.Body
|
||||
meta.Config = "{}"
|
||||
|
||||
model := models.PageModel{}
|
||||
model.Page = page
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue