mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TemplateData
synced 2024-11-12 09:24:17 +00:00
Merge "Kill reference to $wgPageProps"
This commit is contained in:
commit
b4999fc40b
|
@ -47,9 +47,6 @@ $wgExtensionFunctions[] = 'TemplateDataHooks::onSetup';
|
|||
// Register APIs
|
||||
$wgAPIModules['templatedata'] = 'ApiTemplateData';
|
||||
|
||||
// Register page properties
|
||||
$wgPageProps['templatedata'] = 'Content of <templatedata> tag';
|
||||
|
||||
// Register modules
|
||||
$wgResourceModules['ext.templateData'] = array(
|
||||
'styles' => 'resources/ext.templateData.css',
|
||||
|
|
Loading…
Reference in a new issue