mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TextExtracts
synced 2024-11-15 03:35:20 +00:00
ad435fb4e1
No longer needed now that extension unittests are autodiscovered. Bug: T142120 Bug: T142121 Change-Id: Iaff2e40a8bddfd5d45170b49641b8afa15987527
54 lines
1.1 KiB
JSON
54 lines
1.1 KiB
JSON
{
|
|
"name": "TextExtracts",
|
|
"author": [
|
|
"Max Semenik"
|
|
],
|
|
"url": "https://www.mediawiki.org/wiki/Extension:TextExtracts",
|
|
"descriptionmsg": "textextracts-desc",
|
|
"license-name": "GPL-2.0+",
|
|
"type": "other",
|
|
"ConfigRegistry": {
|
|
"textextracts": "GlobalVarConfig::newInstance"
|
|
},
|
|
"APIPropModules": {
|
|
"extracts": {
|
|
"class": "TextExtracts\\ApiQueryExtracts",
|
|
"factory": "TextExtracts\\ApiQueryExtracts::factory"
|
|
}
|
|
},
|
|
"MessagesDirs": {
|
|
"TextExtracts": [
|
|
"i18n"
|
|
]
|
|
},
|
|
"AutoloadClasses": {
|
|
"TextExtracts\\ApiQueryExtracts": "includes/ApiQueryExtracts.php",
|
|
"TextExtracts\\ExtractFormatter": "includes/ExtractFormatter.php",
|
|
"TextExtracts\\Hooks": "includes/Hooks.php"
|
|
},
|
|
"Hooks": {
|
|
"OpenSearchXml": [
|
|
"TextExtracts\\Hooks::onApiOpenSearchSuggest"
|
|
],
|
|
"ApiOpenSearchSuggest": [
|
|
"TextExtracts\\Hooks::onApiOpenSearchSuggest"
|
|
]
|
|
},
|
|
"config": {
|
|
"ExtractsRemoveClasses": [
|
|
"table",
|
|
"div",
|
|
"ul.gallery",
|
|
".mw-editsection",
|
|
"sup.reference",
|
|
"ol.references",
|
|
".error",
|
|
".nomobile",
|
|
".noprint",
|
|
".noexcerpt"
|
|
],
|
|
"ExtractsExtendOpenSearchXml": false
|
|
},
|
|
"manifest_version": 1
|
|
}
|