source: extensions/stripped/conf/default.conf @ 9134

Last change on this file since 9134 was 9134, checked in by Zaphod, 13 years ago

[extension] stripped - version 1.2.0

File size: 2.9 KB
Line 
1# Config File for stripped Theme
2# author: J.Capitaine
3# ------------------------------------------------------------------------------
4# To modify theses default options, you can make a "local.conf" file with new
5# declaration of parameters
6# Local files must be localized in the /local/themes/*theme-name*/conf directory
7#
8# BE CAREFUL : string values must be defined between double-quote => "my string"
9# ------------------------------------------------------------------------------
10
11# ------- General Parameters ---------------------------------------------------
12
13# replaceActionIcons
14# -- true
15# -- false
16# if set to true, all actions icons at top of the page will be replaced by
17# their ALT attributes
18replaceActionIcons = true
19
20# ------- Category Page Parameters ---------------------------------------------
21
22# hideMenu
23# -- true
24# -- false
25# if option set to true, menu will be hidden by default.
26hideMenu = true
27
28# animatedMenu
29# -- true
30# -- false
31animatedMenu = true
32
33# ------- Picture Page Parameters ---------------------------------------------
34
35# showTitleOnBrowsePath
36# -- true
37# -- false
38showTitleOnBrowsePath = false
39
40# showDescriptionInsteadOfTitle
41# -- true
42# -- false
43showDescriptionInsteadOfTitle = false
44
45# animated tabs
46# -- true
47# -- false
48# tabs are animated only when opening/closing one tab, not when switching from
49# one tab to another.
50animatedTabs = true
51
52# imageAutosize
53# -- true
54# -- false
55# if option set to "yes", the image will be automatically resized to fit
56# window height
57imageAutosize = true
58
59# imageAutosizeTitle
60# -- true
61# -- false
62# Include title in image autosize process
63imageAutosizeTitle = true
64
65# imageAutosizeMargin
66# -- nb of pixels
67# Bottom margin after resize
68imageAutosizeMargin = 2
69
70# imageAutosizeMinHeight
71# -- nb of pixels
72# Minimum height of Image after resize
73imageAutosizeMinHeight = 200
74
75# navThumbsFade
76# -- time in ms
77# time for fade-in / fade-out for prev/next image Thumb
78# no fade-in / fade-out if set to 0
79navThumbsFade = 150
80
81# marginContainer
82# -- nb of pixels
83# This option define the space between the HD picture side (left/right) and the
84# window borders.
85marginContainer=30
86
87# paddingContainer
88# -- nb of pixels
89# This option is used for HD picture and defines the space between the picture
90# sides (left/right/top/bottom) and the container.
91paddingContainer=10
92
93# defaultZoomSize
94# -- "full" => when HD picture is displayed, the image is displayed in the full size
95# -- "fit"  => when HD picture is displayed, the image is displayed to fit in the window
96defaultZoomSize="full"
97
98# highResClickMode
99# -- "close" => click on the HD picture closes the HD picture windows
100# -- "zoom"  => click on the HD picture switch the zoom mode fit/full
101highResClickMode="zoom"
102
103# infoTabAdminOnly
104# -- true
105# -- false
106# if set to true, only admins will see the info tab on the picture tab
107infoTabAdminOnly = false
Note: See TracBrowser for help on using the repository browser.