mirror of https://github.com/MISP/misp-modules
chg: [action:mattermost] Added support of jinja_supported config
parent
b412dfd115
commit
28a9381216
|
@ -25,6 +25,7 @@ moduleconfig = {
|
|||
'type': 'large_string',
|
||||
'description': 'The template to be used to generate the message to be posted',
|
||||
'value': 'The **template** will be rendered using *Jinja2*!',
|
||||
'jinja_supported': True,
|
||||
},
|
||||
},
|
||||
# Blocking modules break the exection of the current of action
|
||||
|
|
Loading…
Reference in New Issue