overrides_arrow

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:save_post_by_email:1) - <override_macro name="save_post_by_email" requires="post_by_email" unindent="true">
   Usages of this macro
... in macro_viewer.naml
953
954
955
956
957
958
959
960
961
962
963
964
965
966
<macro name="overrides_arrow" requires="macro_source">
    <div style="font-weight:bold;margin:.5em">
        <span style="font-size:300%;font-family:Arial,Sans-serif;line-height:.9em;vertical-align:-15%">&darr;</span>
        <n.if
Binary
Namespace: BasicNamespace
Parameters: condition, else, then
.is_custom_tweak
Binary
Namespace: MacroSourceNamespace
>
            <then>Overrides administrator change</then>
            <else>
                <n.if
Binary
Namespace: BasicNamespace
Parameters: condition, else, then
.is_configuration_tweak
Binary
Namespace: MacroSourceNamespace
>
                    <then>Overrides configuration</then>
                    <else>Overrides default macro</else>
                </n.if.is_configuration_tweak>
            </else>
        </n.if.is_custom_tweak>
    </div>
</macro>