[ Index ]
 

Code source de eZ Publish 3.9.0

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/settings/ -> browse.ini (source)

   1  #?ini charset="iso-8859-1"?
   2  # eZ publish configuration file for content browsing.
   3  #
   4  # NOTE: It is not recommended to edit this files directly, instead
   5  #       a file in override should be created for setting the
   6  #       values that is required for your site. Either create
   7  #       a file called settings/override/browse.ini.append or
   8  #       settings/override/browse.ini.append.php for more security
   9  #       in non-virtualhost modes (the .php file may already be present
  10  #       and can be used for this purpose).
  11  
  12  # Settings for the browse page.
  13  # For start nodes and top level nodes it is possible to use text aliases
  14  # You can use the following aliases:
  15  #  content - Represents the content root node defined NodeSettings/RootNode in content.ini, usually 2
  16  #  users   - Represents the users root node defined NodeSettings/UserRootNode in content.ini, usually 5
  17  # Other aliases are also possible by defining them in AliasList below
  18  
  19  [BrowseSettings]
  20  DefaultSelectionType=single
  21  DefaultReturnType=NodeID
  22  DefaultActionName=content
  23  
  24  # A map of node aliases to node ids, here it's possible to define custom alias names
  25  AliasList[]
  26  #AliasList[images]=2
  27  
  28  # The default value for maximum recent items to show
  29  MaximumRecentItems=10
  30  
  31  # Default list of top level nodes to show in browse page
  32  # This will show the content and user node.
  33  DefaultTopLevelNodes[]=content
  34  DefaultTopLevelNodes[]=users
  35  DefaultTopLevelNodes[]=media
  36  DefaultTopLevelNodes[]=setup
  37  
  38  # Example of action, the group name is named just what the action is named
  39  # [ExampleAction]
  40  # # The node ID where the browsing should start
  41  # StartNode=content
  42  # # Type of selection, possible values are:
  43  # #   single - Allow for just one item to be selected
  44  # #   multiple - Allow for multiple items to be selected
  45  # SelectionType=single
  46  # # The type of the return values, possible values are:
  47  # #   NodeID - Returns the node ids of the selected items
  48  # #   ObjectID - Returns the object ids of the selected items
  49  # ReturnType=NodeID
  50  # # Overrides for start node, the value begins with StartNode
  51  # # and a _ (underscore) and the override key name to match
  52  # # The key value is placed inside the [] (brackets)
  53  # StartNode_classgroup[2]=users
  54  # #
  55  # # By specifying class identifier, only objects of specified class can be selected
  56  
  57  [users]
  58  StartNode=users
  59  TopLevelNodes[]
  60  TopLevelNodes[]=users
  61  
  62  # Action used when assign a section in the node tree
  63  [AssignSection]
  64  StartNode=content
  65  SelectionType=multiple
  66  ReturnType=NodeID
  67  
  68  # Action used to select source when exporting part on content tree
  69  [ExportSourceBrowse]
  70  StartNode=content
  71  SelectionType=single
  72  ReturnType=NodeID
  73  TopLevelNodes[]
  74  TopLevelNodes[]=content
  75  
  76  [RSSExportImageBrowse]
  77  StartNode=media
  78  SelectionType=single
  79  ReturnType=NodeID
  80  Class[]=
  81  Class[]=image
  82  TopLevelNodes[]
  83  TopLevelNodes[]=content
  84  TopLevelNodes[]=media
  85  
  86  # Action used to select destination and source in the RSS module
  87  [RSSObjectBrowse]
  88  StartNode=content
  89  SelectionType=single
  90  ReturnType=NodeID
  91  TopLevelNodes[]
  92  TopLevelNodes[]=content
  93  TopLevelNodes[]=media
  94  
  95  # Action used to select owner of imported objects in the RSS module
  96  [RSSUserBrowse]
  97  ReturnType=ObjectID
  98  SelectionType=single
  99  StartNode=users
 100  Class[]
 101  Class[]=user
 102  TopLevelNodes[]
 103  TopLevelNodes[]=users
 104  
 105  # Action used when assigning a role to a user or user group
 106  [AssignRole]
 107  StartNode=users
 108  SelectionType=single
 109  ReturnType=ObjectID
 110  Class[]
 111  Class[]=user
 112  Class[]=user_group
 113  TopLevelNodes[]
 114  TopLevelNodes[]=users
 115  
 116  # Action used when the start of a subtree should be selected in policy editing
 117  [FindLimitationSubtree]
 118  ReturnType=NodeID
 119  SelectionType=multiple
 120  StartNode=content
 121  
 122  # Action used when a node should be selected in policy editing
 123  [FindLimitationNode]
 124  ReturnType=NodeID
 125  SelectionType=multiple
 126  StartNode=content
 127  
 128  # Action used when a node should be selected in discount rule edit
 129  [FindProduct]
 130  ReturnType=ObjectID
 131  SelectionType=multiple
 132  StartNode=content
 133  
 134  # Action used when a user should be selected in discount view
 135  [AddCustomer]
 136  ReturnType=ObjectID
 137  SelectionType=multiple
 138  StartNode=users
 139  TopLevelNodes[]
 140  TopLevelNodes[]=users
 141  
 142  # Action for newly created objects should select a node placement
 143  # This action is used when a new object is to be created but no
 144  # placement is known yet (for instance from the left menu).
 145  [NewObjectAddNodeAssignment]
 146  StartNode=content
 147  SelectionType=single
 148  ReturnType=NodeID
 149  ActionName=SelectParentNode
 150  StartNode_classgroup[2]=users
 151  
 152  # Action for selecting a node placement for an object.
 153  [AddNodeAssignment]
 154  StartNode=content
 155  SelectionType=multiple
 156  ReturnType=NodeID
 157  StartNode_classgroup[2]=users
 158  
 159  # Action for selecting a node placement for an object.
 160  [AddPrimaryNodeAssignment]
 161  StartNode=content
 162  SelectionType=multiple
 163  ReturnType=NodeID
 164  StartNode_classgroup[2]=users
 165  
 166  # Action for moving a node placement
 167  [MoveNodeAssignment]
 168  StartNode=content
 169  SelectionType=single
 170  ReturnType=NodeID
 171  StartNode_classgroup[2]=users
 172  
 173  # Action for moving a node
 174  [MoveNode]
 175  StartNode=content
 176  SelectionType=single
 177  ReturnType=NodeID
 178  StartNode_classgroup[2]=users
 179  
 180  # Action for swaping a node
 181  [SwapNode]
 182  StartNode=content        
 183  SelectionType=single
 184  ReturnType=NodeID
 185  StartNode_classgroup[2]=users
 186  
 187  # Action for finding related objects
 188  [AddRelatedObject]
 189  StartNode=content
 190  SelectionType=multiple
 191  ReturnType=ObjectID
 192  
 193  # Action for finding objects to related object datatype
 194  [AddRelatedObjectToDataType]
 195  StartNode=content
 196  SelectionType=single
 197  ReturnType=ObjectID
 198  
 199  # Action for finding objects to related object list datatype
 200  [AddRelatedObjectListToDataType]
 201  StartNode=content
 202  SelectionType=multiple
 203  ReturnType=ObjectID
 204  
 205  # Action for finding images to related object datatype
 206  [AddRelatedImageToDataType]
 207  StartNode=media
 208  SelectionType=single
 209  ReturnType=ObjectID
 210  
 211  # Action for finding objects to related object datatype
 212  [AddBookmark]
 213  StartNode=content
 214  SelectionType=multiple
 215  ReturnType=NodeID
 216  
 217  # Action for finding nodes when adding bookmarks
 218  [AddSubtreeSubscribingNode]
 219  StartNode=content
 220  SelectionType=multiple
 221  ReturnType=NodeID
 222  
 223  # Action for finding placement for objectrelationlist
 224  [SelectObjectRelationListNode]
 225  StartNode=content
 226  SelectionType=single
 227  ReturnType=NodeID
 228  
 229  # Action for finding placement for objectrelation
 230  [SelectObjectRelationNode]
 231  StartNode=content
 232  SelectionType=single
 233  ReturnType=NodeID
 234  
 235  # Action for finding placement for toolbar node
 236  [SelectToolbarNode]
 237  StartNode=content
 238  SelectionType=single
 239  ReturnType=NodeID
 240  
 241  # Action for finding placement for toolbar node
 242  [SelectToolbarNodePath]
 243  StartNode=content
 244  SelectionType=single
 245  ReturnType=NodeID
 246  
 247  # Action for copying a node
 248  [CopyNode]
 249  StartNode=content
 250  SelectionType=single
 251  ReturnType=NodeID
 252  
 253  # Action for copying subtree
 254  [CopySubtree]
 255  StartNode=content
 256  SelectionType=single
 257  ReturnType=NodeID
 258  
 259  # Action for adding singe user limitation
 260  [SelectSingleUser]
 261  StartNode=users
 262  SelectionType=single
 263  ReturnType=ObjectID
 264  
 265  # Action for adding multiple users and groups limitation
 266  [SelectMultipleUsers]
 267  StartNode=users
 268  SelectionType=mutiple
 269  ReturnType=ObjectID


Généré le : Sat Feb 24 10:30:04 2007 par Balluche grâce à PHPXref 0.7