[AB-234] updating templates to new meta config

This commit is contained in:
Sheldan
2021-04-24 02:06:12 +02:00
parent 4342747ab9
commit 9ab95c32bc
2 changed files with 6 additions and 2 deletions

View File

@@ -2,7 +2,9 @@
<#include "member_author"> <#include "member_author">
<@member_author member=guildChannelMember.member/>, <@member_author member=guildChannelMember.member/>,
<#include "warning_color">, <#include "warning_color">,
"preventEmptyEmbed": "true", "metaConfig" : {
"preventEmptyEmbed": "true"
},
<#assign model=conditionDetail.templateModel/> <#assign model=conditionDetail.templateModel/>
"description": "<@safe_include "${conditionDetail.templateName}"/>" "description": "<@safe_include "${conditionDetail.templateName}"/>"
} }

View File

@@ -10,7 +10,9 @@
}, },
</#if> </#if>
<#include "exception_color">, <#include "exception_color">,
"preventEmptyEmbed": "true", "metaConfig" : {
"preventEmptyEmbed": "true"
},
<#if template?has_content> <#if template?has_content>
<#if template.templateModel?has_content> <#if template.templateModel?has_content>
<#assign model=template.templateModel/> <#assign model=template.templateModel/>