[add] EditorRender KeepPageTag option
This commit is contained in:
parent
9eccf9b802
commit
6b3a8c543c
1 changed files with 1 additions and 0 deletions
|
|
@ -48,6 +48,7 @@ func (page *Page) EditorRender() (*ResponseEditorRender, error) {
|
|||
SSR: true,
|
||||
IgnoreAssetRoot: true,
|
||||
IgnoreDocument: true,
|
||||
KeepPageTag: true,
|
||||
})
|
||||
|
||||
if err != nil {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue