Merge pull request #596 from hedgedoc/remove-pdf-export-code

Remove pdf export code
This commit is contained in:
David Mehren
2020-11-27 18:31:19 +01:00
committed by GitHub
16 changed files with 4 additions and 96 deletions

View File

@@ -140,7 +140,6 @@ module.exports = {
email: toBooleanConfig(process.env.CMD_EMAIL),
allowEmailRegister: toBooleanConfig(process.env.CMD_ALLOW_EMAIL_REGISTER),
allowGravatar: toBooleanConfig(process.env.CMD_ALLOW_GRAVATAR),
allowPDFExport: toBooleanConfig(process.env.CMD_ALLOW_PDF_EXPORT),
openID: toBooleanConfig(process.env.CMD_OPENID),
linkifyHeaderStyle: process.env.CMD_LINKIFY_HEADER_STYLE
}