mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-01-08 18:34:03 +00:00
[AB-234] updating templates to new meta config
This commit is contained in:
@@ -2,7 +2,9 @@
|
||||
<#include "member_author">
|
||||
<@member_author member=guildChannelMember.member/>,
|
||||
<#include "warning_color">,
|
||||
"preventEmptyEmbed": "true",
|
||||
"metaConfig" : {
|
||||
"preventEmptyEmbed": "true"
|
||||
},
|
||||
<#assign model=conditionDetail.templateModel/>
|
||||
"description": "<@safe_include "${conditionDetail.templateName}"/>"
|
||||
}
|
||||
@@ -10,7 +10,9 @@
|
||||
},
|
||||
</#if>
|
||||
<#include "exception_color">,
|
||||
"preventEmptyEmbed": "true",
|
||||
"metaConfig" : {
|
||||
"preventEmptyEmbed": "true"
|
||||
},
|
||||
<#if template?has_content>
|
||||
<#if template.templateModel?has_content>
|
||||
<#assign model=template.templateModel/>
|
||||
|
||||
Reference in New Issue
Block a user