You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: web/src/pages/reference/Meta.xml.astro
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ It is also the scope of "elements". It is written in XML, which is based on HTML
70
70
<li><strong>function:</strong> The function name.</li>
71
71
<li><strong>type:</strong> Whether function is exported server-side or client-side (valid values are: "client", "server" and "shared").</li>
72
72
<NoteBoxtype='info'>A shared export will make the function callable from both client and server scripts (basically adds the export twice: once for server and once for client).</NoteBox>
73
-
<li><strong>http:</strong> Can the function be called via HTTP (true/false).</li>
73
+
<li><strong>http:</strong> Can the function be called via HTTP (true/false). See <ahref="/reference/Resource_Web_Access">Resource Web Access</a>.</li>
74
74
<li><VersionBoxadded="1.6.0 r226390"><strong>router:</strong> Specifies whether the function is used as a router. It only works when the <code>http</code> attribute is set to <strong>true</strong>.</VersionBox></li>
75
75
<NoteBoxtype='info'>You can have only one router function.</NoteBox>
76
76
<li><strong>restricted</strong> Defines the default access policy for an exported function when the ACL does not contain any rules for that function. If set to <strong>false</strong>, the function will still be callable even if it is not explicitly defined in the ACL as <code>function.exportedFunctionName</code> with an access value of <strong>true</strong> or <strong>false</strong>.</li>
0 commit comments