Caution: This documentation is for eZ Publish legacy, from version 3.x to 6.x.
For 5.x documentation covering Platform see eZ Documentation Center, for difference between legacy and Platform see 5.x Architecture overview.

ExtensionRepositories

Summary

Lists extensions with metadata extractor handlers.

Usage

 

ExtensionRepositories[]=<extension name>

Description

Sets a list of extensions which have metadata extractor handlers. It's recommended to create a settings/binaryfile.ini.append.php file in your extension and add the extension name, this will allow your installation to automatically get handlers from the extension when it is turned on.
It is necessary to place handlers in the extension subdir "plugins". For example:

.../extension/ezfind/search/plugins

This setting is case sensitive.

Examples

ExtensionRepositories[]=ezfind

This is the default setting.

Ester Heylen (08/10/2009 11:31 am)

Ester Heylen (23/06/2010 5:00 pm)


Comments

There are no comments.