Docuementation for ccm-cms-types-siteproxy.ftl

git-svn-id: https://svn.libreccm.org/ccm/trunk@6296 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2019-11-03 11:24:33 +00:00
parent 974a9f6fc3
commit a31e9825e4
1 changed files with 11 additions and 0 deletions

View File

@ -5,6 +5,17 @@
"ui": "http://www.arsdigita.com/ui/1.0"} "ui": "http://www.arsdigita.com/ui/1.0"}
> >
<#--filedoc
Functions for Site Proxy items.
-->
<#--doc
Gets the content of the site proxy item.
@param item The site proxy item to use.
@return The content of the site proxy item.
-->
<#function getContent item> <#function getContent item>
<#return item["./cms:siteProxyPanel/*"]> <#return item["./cms:siteProxyPanel/*"]>
</#function> </#function>