Docuementation for ccm-cms-types-siteproxy.ftl
git-svn-id: https://svn.libreccm.org/ccm/trunk@6296 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
974a9f6fc3
commit
a31e9825e4
|
|
@ -5,6 +5,17 @@
|
|||
"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>
|
||||
<#return item["./cms:siteProxyPanel/*"]>
|
||||
</#function>
|
||||
Loading…
Reference in New Issue