mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-12 22:26:08 -04:00
add the ability to set slide theme in slide options
This commit is contained in:
parent
0a6793747c
commit
e5834c077f
2 changed files with 5 additions and 0 deletions
|
@ -574,6 +574,7 @@ function showPublishSlide (req, res, next) {
|
|||
updatetime: updatetime,
|
||||
url: origin,
|
||||
body: markdown,
|
||||
theme: meta.slideOptions.theme,
|
||||
meta: JSON.stringify(extracted.meta),
|
||||
useCDN: config.usecdn,
|
||||
owner: note.owner ? note.owner.id : null,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue