DesignExtensions
Summary
Sets which extensions that have designs.Usage
DesignExtensions[]= extension1
DesignExtensions[]= extension2
...
Description
By default eZ Publish will only look for designs in the "/design" directory. If your extensions provide designs you must tell eZ Publish by providing the extension name in the DesignExtensions setting.
eZ Publish 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
eZ Publish 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
How to make it work on loading an extension
Monday 18 August 2008 8:18:45 pm
Christoph
"This setting is typically overriden in the design.ini.append in extensions."
Means you can add it to extension/extension_name/settings/design.ini.append.php so it works when ever the extension is loaded
Re: How to make it work on loading an extension
Friday 30 July 2010 11:13:38 am
Romeo