Forums / Setup & design / Override content.ini from ezwebin [eZ 4.1.3]
Wenzel Wondra
Tuesday 30 June 2009 3:28:35 am
Hi,
I'm trying to override the SummaryInFullView value in my own extension.... without luck :(
Site.ini.append.php:
[ExtensionSettings] ActiveExtensions[] ActiveExtensions[]=ezwebin ActiveExtensions[]=ezoe ActiveExtensions[]=ezodfActiveExtensions[]=myextension
and in /extension/myextension/settings/content.ini.append.php, I have set:
[article]SummaryInFullView=disabled
Nevertheless eZ always takes the value from the ezwebin extension.....
Could you please help me? What did I miss?
Thanks!WeWo
André R.
Tuesday 30 June 2009 3:34:39 am
Change the order of the extensions to make sure your extension has higher order then the generic extensions (ezwebin / ezodf / ezflow / ezoe and so on).
eZ Online Editor 5: http://projects.ez.no/ezoe || eZJSCore (Ajax): http://projects.ez.no/ezjscore || eZ Publish EE http://ez.no/eZPublish/eZ-Publish-Enterprise-Subscription @: http://twitter.com/andrerom
Tuesday 30 June 2009 3:42:32 am
Thanks André!
Works perfect :)
Cu,WeWo