Skip to content
Snippets Groups Projects
Commit bc1830366965 authored by Christophe de Vienne's avatar Christophe de Vienne
Browse files

preview: pass template metadata

parent 511d9ef3d029
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,8 @@
- renderer: add 'OnDocRender' hooks
- preview: fix metadata not being passed to rendering engine
0.8.0 (2024-12-09)
==================
......
......@@ -54,6 +54,7 @@
Type: template.Produces,
Body: template.Body,
BodyFormat: template.BodyFormat,
Metadata: template.StaticMetadata.Clone().Update(template.Metadata),
},
models.Metadata{},
mimetype,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment