mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Removed an unused dictionary service template
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@11859 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
<#macro classDefJSON classdefs>
|
||||
<#escape x as jsonUtils.encodeJSONString(x)>
|
||||
{
|
||||
<#if classdefs.name?exists>
|
||||
"name" : "${classdefs.name}",
|
||||
</#if>
|
||||
<#if classdefs.title?exists>
|
||||
"title" : "${classdefs.title}",
|
||||
</#if>
|
||||
<#if classdefs.description?exists>
|
||||
"description" : "${classdefs.description}",
|
||||
</#if>
|
||||
<#if classdefs.isAspect?exists>
|
||||
"isAspect" : "it does exist"
|
||||
</#if>
|
||||
}
|
||||
</#escape>
|
||||
</#macro>
|
Reference in New Issue
Block a user