show_new_node_error

NAML documentation   Watch a video
   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 "show_new_node_error".
... in reply.naml
222
223
224
225
226
227
228
229
230
<macro name="show_new_node_error">
    <n.format_error.handle_exception. for="save-block">
        <n.field_errors/>
        <n.file_errors/>
        <n.permission_errors/>
        <n.spam_errors/>
        <n.custom_new_node_errors/>
    </n.format_error.handle_exception.>
</macro>