This commit is contained in:
Francesco Mangiacrapa 2024-04-17 16:17:18 +02:00
parent b567213366
commit 41d37054b6
1 changed files with 3 additions and 3 deletions

View File

@ -71,14 +71,14 @@ This plugin requires a configuration of type:
}
],
"enabled":true/false,
"link_to_notifications_messages" (mandatory): "link to file containing the messages as properties like PLACEHOLDER_MESSAGE_{N} = value"
"link_to_notifications_messages": "link to file containing the messages as properties like PLACEHOLDER_MESSAGE_{N} = value"
}
```
Where:
* `enabled`: (optional) can be true/false. Default is true. It enables or not the plugin.
* `link_to_notifications_messages`: it is the URL to Notifications Messages file with placeholder values. A property file like PLACEHOLDER_MESSAGE_{N} = value
* `enabled` (optional): can be true/false. Default is true. It enables or not the plugin.
* `link_to_notifications_messages` (mandatory): it is the URL to Notifications Messages file with placeholder values. A property file like PLACEHOLDER_MESSAGE_{N} = value
and