diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-10-01 16:33:39 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-10-01 16:33:39 +0200 |
commit | 6fcfce5a7776b6fd2abcd9a8d6b7879a7f6e06da (patch) | |
tree | 173e5dedc5fde1dd4e8311fc309a96cc14ea2e81 /chimere_example_project/settings.py | |
parent | e1448d214af042878a799582183a7cb0b52d8bbf (diff) | |
download | Chimère-6fcfce5a7776b6fd2abcd9a8d6b7879a7f6e06da.tar.bz2 Chimère-6fcfce5a7776b6fd2abcd9a8d6b7879a7f6e06da.zip |
Clean unused settings
Diffstat (limited to 'chimere_example_project/settings.py')
-rw-r--r-- | chimere_example_project/settings.py | 6 |
1 files changed, 2 insertions, 4 deletions
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 |