Reworks plugin template definition keys

Implements #4651
This commit is contained in:
Simone Mainardi 2020-11-03 18:09:29 +01:00
parent d9b16e7fc4
commit 2849267af8
13 changed files with 72 additions and 72 deletions

View file

@ -7,9 +7,9 @@ local json = require "dkjson"
local alert_consts = require("alert_consts")
local example = {
conf_params = {
endpoint_params = {
},
conf_template = {
endpoint_template = {
plugin_key = "example_alert_endpoint",
template_name = "example_endpoint.template"
},