... | in can_delete.naml |
1 2 3
|
<override_macro name="can_delete" requires="user" dot_parameter="node_attr">
<n.is_site_admin Macro Requires: user
♦ ♦
</override_macro>
|
... | in permissions.naml |
100 101 102
|
<macro name="can_delete" requires="user" dot_parameter="node_attr">
<n.both condition1="[n.not.is_banned/]" condition2="[n.owns.node_attr/]"/>
</macro>
|
Free forum by Nabble | Edit this page |