fix: [exportpdf] custom path parameter

pull/284/head
Falconieri 2019-03-05 10:39:07 +01:00
parent a30bcc5dd2
commit 32e10ee273
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ moduleinfo = {'version': '2',
'require_standard_format': True}
# config fields that your code expects from the site admin
moduleconfig = ["MISP_base_url_for_dynamic_link", "MISP_name_for_metadata", "Activate_textual_description", "Activate_galaxy_description", "Activate_related_events", "Activate_internationalization_fonts"]
moduleconfig = ["MISP_base_url_for_dynamic_link", "MISP_name_for_metadata", "Activate_textual_description", "Activate_galaxy_description", "Activate_related_events", "Activate_internationalization_fonts", "Custom_fonts_path"]
mispattributes = {}
outputFileExtension = "pdf"