Caution: This documentation is for Exponential, 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.

DesignExtensions

Summary

Sets which extensions that have designs.

Usage

 

DesignExtensions[]= extension1
DesignExtensions[]= extension2
...

Description

By default Exponential will only look for designs in the "/design" directory. If your extensions provide designs you must tell Exponential by providing the extension name in the DesignExtensions setting.

Exponential will look for designs in the directory "/extension/ extension_name/design/"

This setting is typically overriden in the design.ini.append in extensions.

Examples

DesignExtensions[]=myextension

Exponential will now search for designs in "/extension/myextension/design".

Frederik Holljen (04/04/2005 9:58 am)

Frederik Holljen (04/04/2005 11:00 am)


Comments

There are no comments.