From 2be4968101ff8b0249f060fb87cb0ebd89f6de89 Mon Sep 17 00:00:00 2001 From: Rafael Reggiani Manzo Date: Fri, 4 Sep 2015 17:28:17 -0300 Subject: [PATCH] Added configuration field for plugin extra configurations that do not affect colab --- colab/utils/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colab/utils/conf.py b/colab/utils/conf.py index 595d5a5..fae27ef 100644 --- a/colab/utils/conf.py +++ b/colab/utils/conf.py @@ -127,7 +127,7 @@ def load_colab_apps(): fields = ['verbose_name', 'upstream', 'urls', 'menu_urls', 'middlewares', 'dependencies', - 'context_processors', 'private_token', 'name'] + 'context_processors', 'private_token', 'name', 'extra'] for key in fields: value = py_settings_d.get(key) -- libgit2 0.21.2