Ignore:
Timestamp:
Jun 24, 2012, 9:32:16 PM (12 years ago)
Author:
grum
Message:

feature:2664- compatibility with Piwigo 2.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/gally/gally-lapis-lazuli/conf/default.conf

    r8531 r16021  
    44# ------------------------------------------------------------------------------
    55# file: gally-lapis-lazuli/conf/default.conf
    6 # file release: 1.3.0
     6# file release: 1.5.0
    77# ------------------------------------------------------------------------------
    88# author: grum at piwigo.org
     
    3535#     works well with FF2, FF3, Opera, Safari
    3636imageAutoScroll = "yes"
     37
    3738
    3839# -- 1.3.1 --
     
    7172imageCenterTopBorder="imageHeaderBar"
    7273
     74# -- 1.5.0 --
     75# The 'imageScrollMinDeadArea' option allows to define the minimum width for
     76# dead area in scroll mode
     77imageScrollMinDeadArea=0
    7378
    7479# The 'imageInterface' option can take theses values :
     
    141146tabsVisible=250
    142147
    143 # -- 1.2.0 --
     148# -- 1.5.0 --
    144149# The 'tabsPosition' option can take theses values :
    145 #   "top"     => display the tabs area at the bottom of the image toobar area
    146 #                (top of the page)
    147 #   "bottom"  => display the tabs area at the top of the copyright area
    148 #                (bottom of the page)
     150#   "top"           => display the tabs area at the bottom of the image toobar area
     151#                      (top of the page)
     152#   "bottom"        => display the tabs area at the top of the copyright area
     153#                      (bottom of the page)
     154#   "pictureTop"    => display the tabs area at the top of the image area
     155#   "pictureBottom" => display the tabs area at the bottom of the image area
    149156tabsPosition="top"
    150157
     
    183190
    184191# -- 1.3.0 --
    185 # the 'displayHighResIcon' option can take theses values :
    186 #   "yes" => display an icon 'view full res' in the toolbar
    187 #   "no"  => don't display an icon 'view full res' in the toolbar
    188 displayHighResIcon="yes"
    189 
    190 # -- 1.3.0 --
    191192# the 'highResClickMode' option can take theses values :
    192193#   "close" => click on the high res picture close the high res picture
     
    194195highResClickMode="zoom"
    195196
     197# -- 1.5.0 --
     198# the 'manageTips' option can take theses values :
     199#   "yes" => the interface uses the simpleTip.js script to display hints
     200#   "no"  => the interface uses the default browser method to display hints
     201manageTips="yes"
     202
     203# -- 1.5.0 --
     204# the 'manageTipsPos' define the default position for tips ; the option can take
     205# theses values :
     206#   "tipOnTop"    => tip is displayed above the object
     207#   "tipOnBottom" => tip is displayed under the object
     208#   "tipOnLeft"   => tip is displayed on the left side of the object
     209#   "tipOnRight"  => tip is displayed on the right side of the object
     210manageTipsPos="tipOnBottom"
     211
     212# -- 1.5.0 --
     213# the 'tipsSize' option can take any positive integer values.
     214# This option define the size (Width&Height) of an arrow
     215tipsSize=17
    196216
    197217# ------- Menu parameters ------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.