mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-01-25 10:06:01 +00:00
[AB-343] changing suggestion notification to contain a link button instead of having the link within the text
This commit is contained in:
@@ -6,5 +6,15 @@
|
||||
<#assign agreements=suggestionInfo.agreements>
|
||||
<#assign disagreements=suggestionInfo.disagreements>
|
||||
<#include "abstracto_color"/>,
|
||||
"description": "<@safe_include "suggestionReminderJob_description"/>"
|
||||
"description": "<@safe_include "suggestionReminderJob_description"/>",
|
||||
"buttons": [
|
||||
{
|
||||
"label": "<@safe_include "suggestionReminderJob_jump_button_label"/>",
|
||||
"url": "${suggestionLink?json_string}",
|
||||
"buttonStyle": "link",
|
||||
"metaConfig": {
|
||||
"persistCallback": false
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user