Compatibility: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 8:
<pre><nowiki>ExtDynamicPageList::$functionalRichness = 3;</nowiki></pre>
Would be changed to:
<pre><nowiki>$dplSettingswgDplSettings['functionalRichness'] = 3;</nowiki></pre>
 
=Migration Aid from Extension:Intersection=
Line 23:
To change the parameter richness level change the configuration for:
 
<code>$dplSettingswgDplSettings['functionalRichness'] = 3;</code>
 
There are five levels of parameter richness from 0 to 4. Enabling a numerically higher richness level enables all the parameters in the levels below it as well. The levels are defined in the ParametersData class and copied here for quick reference.
Anonymous user