[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 #?ini charset="iso-8859-1"? 2 3 [TreeMenu] 4 5 # which classes to show 6 ShowClasses[] 7 ShowClasses[]=folder 8 ShowClasses[]=forum 9 ShowClasses[]=gallery 10 ShowClasses[]=user_group 11 #ShowClasses[]=foo_folder 12 13 # root node of menu 14 #RootNodeID=118 15 RootNodeID=2 16 17 # max depth to fetch 18 # "0" means unlimited 19 MaxDepth=0 20 21 # max nodes count to fetch 22 # "0" means unlimited 23 MaxNodes=150 24 25 # the value is a pair of "type/order". 26 # for example: published/ascending, name/descending, ... 27 # using "array" notation it's possible to sort by multiple sort 28 # criteria: 29 # SortBy[] 30 # SortBy[]=name/ascending 31 # SortBy[]=published/descending 32 # if set to "false" - default sorting will be implemented 33 # (which is defined for each node) 34 SortBy=false 35 36 # enabled/disabled 37 ToolTips=enabled 38 39 # url to redirect when clicking on menu item 40 # if empty then default action(viewing of object) will be performed 41 # example: /content/browse, /content/view/full, etc. 42 ItemClickAction= 43 44 # Size of icons in menu: small, normal, large, etc. 45 # Check 'Sizes' setting in icon.ini for available sizes 46 ClassIconsSize=small 47 48 # Controls the pre-loading of class-icons, use 49 # enabled or disabled. When pre-loading is enabled 50 # icons of all classes will be loaded before 51 # menu will be shown. If disabled icons will be loaded 52 # on demand. 53 PreloadClassIcons=enabled 54 55 # Use enabled or disabled. If enabled then current node 56 # will be unfolded( children will be shown ) 57 # automatically. 58 AutoopenCurrentNode=enabled 59 60 #which classes are chapter 61 ChapterClasses[] 62 #ChapterClasses[]=chapter 63 #ChapterClasses[]=lighttoc 64 65 # The "Create here" menu when clicking the node icon in the administrator interface. 66 # disabled - Not having the menu. 67 # full - Having the menu with the necessary permission checks - this will most likely slow down the interface. 68 # simplified - Having the menu without the necessary permission checks 69 # (in other words: the menu will include all classes regardless 70 # if the logged in user is allowed to create all those classes at that exact location). 71 # Some users might get ACCESS DENIED, but it might just work for the most typical/usual cases 72 # (where only one admin or a bunch of admins without limitations are using the interface). 73 CreateHereMenu=simplified 74
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sat Feb 24 10:30:04 2007 | par Balluche grâce à PHPXref 0.7 |