diff options
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 6878def..e96f2cb 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 |