mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-03-07 00:30:50 +00:00
[AB-167] adding templates for infraction tracking and post target disabling
adding some missing templates adding post target disabled state to post target output
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
"description": "
|
||||
<#list postTargets as postTarget><#assign postTarget=postTarget/>
|
||||
<#assign postTargetName>${postTarget.postTarget.name?json_string}</#assign>
|
||||
<#assign statusIndicator>${postTarget.disabled?string('❌', '✅')}</#assign>
|
||||
<#assign channelMention><#if postTarget.channel?has_content>${postTarget.channel.asMention?json_string}<#else><@safe_include "posttarget_no_channel"/></#if></#assign>
|
||||
<@safe_include "posttarget_post_target_text"/>
|
||||
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
<#assign postTargetKey=model.postTargetKey>
|
||||
<#include "post_target_not_usable_exception_text">
|
||||
Reference in New Issue
Block a user