Path

ezpublish / documentation / ez publish / technical manual / 4.x / 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

This part of the 4.x documentation is for eZ Publish 4.0, only reference section is common for all eZ Publish 4.x versions as well as eZ Publish 5.x "LegacyStack", please select the version you are using for the most up to date documentation!

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 (05/05/2006 8:38 am)

Ricardo Correia (17/04/2013 10:37 am)

Kåre Høvik, Ricardo Correia


Comments

There are no comments.