From 6fcfce5a7776b6fd2abcd9a8d6b7879a7f6e06da Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sat, 1 Oct 2016 16:33:39 +0200 Subject: Clean unused settings --- chimere_example_project/settings.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'chimere_example_project') diff --git a/chimere_example_project/settings.py b/chimere_example_project/settings.py index 8ab1da4..901e3bb 100644 --- a/chimere_example_project/settings.py +++ b/chimere_example_project/settings.py @@ -62,10 +62,8 @@ CHIMERE_FEEDS = True # display a directory of items CHIMERE_DIRECTORY = True -CHIMERE_ICON_WIDTH = 21 -CHIMERE_ICON_HEIGHT = 25 -CHIMERE_ICON_OFFSET_X = 10 -CHIMERE_ICON_OFFSET_Y = 25 +# content inside the popup or on a specific window +CHIMERE_CONTENT_INSIDE_POPUP = False # display picture inside the description by default or inside a galery? CHIMERE_MINIATURE_BY_DEFAULT = False -- cgit v1.2.3