ExtensionDirectories
Summary
Sets the extensions that contain event types.Usage
ExtensionDirectories[]= extension1
ExtensionDirectories[]= extension2
...
Description
eZ Publish will automatically search the extensions specified by ExtensionDirectories for event types. By default eZ Publish will search inside the "eventtypes" directory inside your extension. The exact location of the events in this directory is specified with the AvailableEventTypes setting.
Most frequently ExtensionDirectories is specified in the workflow.ini.append inside custom extensions to indicate that the extensions has custom event types. This makes eZ Publish recognize the events as soon as the extension is enabled.
Examples
ExtensionDirectories[]=ezpaynetdirect
The ezpaynetdirect extension uses a workflow which is located in: "/extension/ezpaynetdirect/eventtypes/ AvailabeEventTypes"
This setting makes eZ Publish search for event types in "/extension/ezpaynetdirect/eventtypes/ AvailabeEventTypes".
The AvailableEventTypes are described in the AvailableEventTypes setting.
Frederik Holljen (14/04/2005 8:32 am)
Frederik Holljen (14/04/2005 11:56 am)
Comments
There are no comments.