From bf5b6695eccc621449a3307307af750ebdd135de Mon Sep 17 00:00:00 2001 From: Jordan Borean Date: Thu, 19 Sep 2019 06:36:08 +1000 Subject: [PATCH] Add hint for config option priority (#62463) * Add hint for config option priority * Fix some spelling issues --- docs/templates/plugin.rst.j2 | 4 ++++ 1 file changed, 4 insertions(+) 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 %}