Index: trunk/extensions/SemanticDrilldown/SemanticDrilldown.php |
— | — | @@ -69,6 +69,7 @@ |
70 | 70 | $wgPageProps['showindrilldown'] = 'Whether or not the page is set as SHOWINDRILLDOWN'; |
71 | 71 | $wgHooks['PSParseFieldElements'][] = 'SDUtils::parseFieldElements' ; //Hook for creating Pages |
72 | 72 | $wgHooks['PageSchemasGetObject'][] = 'SDUtils::createPageSchemasObject' ; //Hook for returning PageSchema(extension) object from a given xml |
| 73 | +$wgHooks['getHtmlTextForFieldInputs'][] = 'SDUtils::getHtmlTextForPS' ; //Hook for retuning html text to PS schema |
73 | 74 | |
74 | 75 | # ## |
75 | 76 | # This is the path to your installation of Semantic Drilldown as |