mirror of https://github.com/MISP/misp-modules
fix: [exportpdf] custom path parameter
parent
a30bcc5dd2
commit
32e10ee273
|
@ -15,7 +15,7 @@ moduleinfo = {'version': '2',
|
||||||
'require_standard_format': True}
|
'require_standard_format': True}
|
||||||
|
|
||||||
# config fields that your code expects from the site admin
|
# 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 = {}
|
mispattributes = {}
|
||||||
|
|
||||||
outputFileExtension = "pdf"
|
outputFileExtension = "pdf"
|
||||||
|
|
Loading…
Reference in New Issue