[AB-71] adding templates for anti raid module

changing button style in assignable role place to secondary for better contrast
This commit is contained in:
Sheldan
2021-07-14 01:50:16 +02:00
parent 9db7d654d3
commit 8632a4cf79
15 changed files with 132 additions and 1 deletions

View File

@@ -7,7 +7,7 @@
{
"label": "${role.description?json_string}",
"id": "${role.componentId}",
"buttonStyle": "primary",
"buttonStyle": "secondary",
<#if role.emoteMarkDown??>
"emoteMarkdown": "${role.emoteMarkDown?json_string}",
</#if>