diff --git a/docs/templates/plugin.rst.j2 b/docs/templates/plugin.rst.j2 index ff6cdad837b..d8ea4800ed3 100644 --- a/docs/templates/plugin.rst.j2 +++ b/docs/templates/plugin.rst.j2 @@ -452,4 +452,8 @@ Authors If you notice any issues in this documentation, you can `edit this document `_ to improve it. {% else %} If you notice any issues in this documentation, you can `edit this document `_ to improve it. + + +.. hint:: + Configuration entries for each entry type have a low to high priority order. For example, a variable that is lower in the list will override a variable that is higher up. {% endif %}