is_preview

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
The source code below doesn't have navigation links because no usage has been compiled yet. Navigation links depend on how and where the macro is used, so first you may try finding all usages of "is_preview".
... in edit_post.naml
144
145
146
147
148
149
150
151
<macro name="is_preview">
    <n.if.not.global_is_var_set name="is_preview">
        <then>
            <n.global_set_var. name="is_preview"><n.not.is_null.get_parameter name="preview" /></n.global_set_var.>
        </then>
    </n.if.not.global_is_var_set>
    <n.global_var name="is_preview" />
</macro>