[ Index ]
 

Code source de eZ Publish 3.9.0

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

title

Body

[fermer]

/settings/ -> module.ini (source)

   1  #?ini charset="iso-8859-1"?
   2  # eZ publish configuration file for modules
   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/module.ini.append or
   8  #       settings/override/module.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  [ModuleSettings]
  13  # An array of directories to search for modules
  14  ModuleRepositories[]=kernel
  15  
  16  # A list of extensions which have modules
  17  # It's common to create a settings/module.ini.append file
  18  # in your extension and add the extension name to automatically
  19  # get modules from the extension when it's turned on.
  20  ExtensionRepositories[]
  21  
  22  
  23  # An array of known modules in the system, extensions should
  24  # append to this array.
  25  # This is currently used to avoid URL aliases overriding
  26  # existing module names
  27  ModuleList[]
  28  ModuleList[]=class
  29  ModuleList[]=ezinfo
  30  ModuleList[]=notification
  31  ModuleList[]=reference
  32  ModuleList[]=search
  33  ModuleList[]=shop
  34  ModuleList[]=trigger
  35  ModuleList[]=workflow
  36  ModuleList[]=content
  37  ModuleList[]=form
  38  ModuleList[]=package
  39  ModuleList[]=role
  40  ModuleList[]=section
  41  ModuleList[]=url
  42  ModuleList[]=collaboration
  43  ModuleList[]=error
  44  ModuleList[]=layout
  45  ModuleList[]=pdf
  46  ModuleList[]=rss
  47  ModuleList[]=setup
  48  ModuleList[]=user
  49  ModuleList[]=settings
  50  ModuleList[]=visual
  51  
  52  # This controls overriding of navigations parts defined
  53  # module.php or by dynamic code.
  54  #
  55  # You can use the module name alone or with a view
  56  [ModuleOverrides]
  57  NavigationPart[]
  58  
  59  # e.g make content/trash appear in setup tab
  60  # NavigationPart[content/trash]=ezsetupnavigationpart


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