mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-12 22:26:08 -04:00
Update slide mode, now respect all meta settings and update default styles
This commit is contained in:
parent
e08152ed03
commit
be81ee22ec
4 changed files with 37 additions and 4 deletions
|
@ -555,7 +555,7 @@ function showPublishSlide(req, res, next) {
|
|||
title: title,
|
||||
description: meta.description,
|
||||
slides: slides,
|
||||
slideOptions: JSON.stringify(meta.slideOptions || {}),
|
||||
meta: JSON.stringify(obj.meta || {}),
|
||||
GA: meta.GA,
|
||||
useCDN: config.usecdn
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue