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)
Comments
There are no comments.