[ Index ]
 

Code source de eZ Publish 3.9.0

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

title

Body

[fermer]

/settings/ -> workflow.ini (source)

   1  #?ini charset="iso-8859-1"?
   2  # eZ publish configuration file for workflows.
   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/workflow.ini.append or
   8  #       settings/override/workflow.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  [EventSettings]
  13  # A list of directories to check for workflow eventtypes
  14  RepositoryDirectories[]=kernel/classes/workflowtypes
  15  # A list of extensions which have workflow events
  16  # It's common to create a settings/workflow.ini.append file
  17  # in your extension and add the extension name to automatically
  18  # get workflow events from the extension when it's turned on.
  19  ExtensionDirectories[]
  20  
  21  # A list of events, each entry consists of the group
  22  # and the name with a _ as separator
  23  AvailableEventTypes[]=event_ezapprove
  24  AvailableEventTypes[]=event_ezwaituntildate
  25  AvailableEventTypes[]=event_ezsimpleshipping
  26  AvailableEventTypes[]=event_ezmultiplexer
  27  AvailableEventTypes[]=event_ezpaymentgateway
  28  
  29  [OperationSettings]
  30  # Depricated : AvailableOperations. Use AvailableOperationList instead.
  31  # AvailableOperations=content_publish;before_shop_confirmorder;shop_checkout
  32  # AvailableOperations=content_publish;content_read;shop_confirmorder;shop_checkout
  33  AvailableOperations=
  34  
  35  # List of available trigger operations.
  36  AvailableOperationList[]
  37  AvailableOperationList[]=content_publish
  38  AvailableOperationList[]=before_shop_confirmorder
  39  AvailableOperationList[]=shop_checkout
  40  AvailableOperationList[]=shop_addtobasket
  41  AvailableOperationList[]=shop_updatebasket
  42  
  43  # Setting for shipping cost for the simple shipping workflow
  44  [SimpleShippingWorkflow]
  45  ShippingCost=12
  46  ShippingDescription=Shipping


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