Cleaned up the code from plugin_utils

This commit is contained in:
MatteoBiscosi 2022-02-11 11:55:34 +01:00
parent f1e8091928
commit 57a85de50e
105 changed files with 620 additions and 918 deletions

View file

@ -20,7 +20,7 @@ local telegram = {
},
endpoint_template = {
plugin_key = endpoint_key, -- Unique string key
script_key = endpoint_key, -- Unique string key
-- Filename of the GUI block for this endpoint
-- relative pathname to httpdocs/templates/page/notifications/telegram/telegram_endpoint.template
@ -34,7 +34,7 @@ local telegram = {
{ param_name = "telegram_channel"}, -- Name of the channel
},
recipient_template = {
plugin_key = endpoint_key, -- Unique string key
script_key = endpoint_key, -- Unique string key
template_name = "telegram_recipient.template"
},