hide_if

NAML documentation   Watch a video
Error Found
An error was found in the NAML code of this application – View Details | Go to NAML Editor
no macro found to override
  in (custom_tweak:menu_post_by_email:1) - <override_macro name="menu_post_by_email" requires="node">
   Usages of this macro
... in utilities.naml
210
211
212
213
214
<macro name="hide_if" dot_parameter="text" parameters="equals">
    <n.if
Binary
Namespace: BasicNamespace
Parameters: condition, else, then
.not
Binary
Namespace: BasicNamespace
Parameters: condition
.equal
Binary
Namespace: BasicNamespace
Parameters: value2, value1
 value1="[n.text/]" value2="[n.equals/]">
        <then><n.text/></then>
    </n.if.not.equal>
</macro>