Path

ezpublish / documentation / ez publish / technical manual / 4.7 / concepts and basics / configuration / extension siteaccess settings


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.

Extension siteaccess settings

The extension siteaccess settings makes it possible to place siteaccess specific settings in the extensions.

The directory structure must be as follows :
extension/<my_extension>/settings/siteaccess/<my_siteaccess>/<file.ini.append.php>

Example:
extension/ezno/settings/siteaccess/ezno/override.ini.append.php :

<?php /*
 
[article_full_ezno]
Source=node/view/full.tpl
MatchFile=article/full.tpl
Match[class_identifier]=article
Subdir=templates
 
*/ ?>

Note:
All settings except debug settings and including/activating extensions can be set this way.

Kåre Høvik (14/09/2010 10:27 am)

Geir Arne Waaler (28/09/2010 9:22 am)


Comments

There are no comments.