jenkins-bot has submitted this change and it was merged.

Change subject: Add extension.json
......................................................................


Add extension.json

Change-Id: I2e4b7c0adb60356617065c60db96a0ccf14a2c22
---
A extension.json
1 file changed, 43 insertions(+), 0 deletions(-)

Approvals:
  Jforrester: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/extension.json b/extension.json
new file mode 100644
index 0000000..0e021ac
--- /dev/null
+++ b/extension.json
@@ -0,0 +1,43 @@
+{
+       "name": "CiteThisPage",
+       "author": [
+               "Ævar Arnfjörð Bjarmason",
+               "James D. Forrester"
+       ],
+       "url": "https://www.mediawiki.org/wiki/Extension:CiteThisPage";,
+       "descriptionmsg": "citethispage-desc",
+       "type": "specialpage",
+       "ExtensionMessagesFiles": {
+               "CiteThisPageAliases": "CiteThisPage.alias.php"
+       },
+       "Hooks": {
+               "SkinTemplateBuildNavUrlsNav_urlsAfterPermalink": [
+                       
"CiteThisPageHooks::onSkinTemplateBuildNavUrlsNav_urlsAfterPermalink"
+               ],
+               "SkinTemplateToolboxEnd": [
+                       "CiteThisPageHooks::onSkinTemplateToolboxEnd"
+               ]
+       },
+       "MessagesDirs": {
+               "CiteThisPage": [
+                       "i18n"
+               ]
+       },
+       "ResourceModules": {
+               "ext.citeThisPage": {
+                       "localBasePath": "modules",
+                       "remoteExtPath": "CiteThisPage/modules",
+                       "styles": "ext.citeThisPage.css"
+               }
+       },
+       "SpecialPageGroups": {
+               "CiteThisPage": "pagetools"
+       },
+       "SpecialPages": {
+               "CiteThisPage": "SpecialCiteThisPage"
+       },
+       "AutoloadClasses": {
+               "SpecialCiteThisPage": "SpecialCiteThisPage.php",
+               "CiteThisPageHooks": "CiteThisPage.hooks.php"
+       }
+}

-- 
To view, visit https://gerrit.wikimedia.org/r/186931
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I2e4b7c0adb60356617065c60db96a0ccf14a2c22
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CiteThisPage
Gerrit-Branch: master
Gerrit-Owner: Legoktm <[email protected]>
Gerrit-Reviewer: Jforrester <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to