jenkins-bot has submitted this change and it was merged.
Change subject: Add extension.json
......................................................................
Add extension.json
Bug: T87978
Change-Id: I3881772134ca0aa713055833ae2387902b40c366
---
A extension.json
1 file changed, 52 insertions(+), 0 deletions(-)
Approvals:
Alex Monk: Looks good to me, approved
jenkins-bot: Verified
diff --git a/extension.json b/extension.json
new file mode 100644
index 0000000..23eea0f
--- /dev/null
+++ b/extension.json
@@ -0,0 +1,52 @@
+{
+ "name": "TemplateSandbox",
+ "version": "1.1.0",
+ "author": "Brad Jorsch",
+ "url": "https://www.mediawiki.org/wiki/Extension:TemplateSandbox",
+ "descriptionmsg": "templatesandbox-desc",
+ "license-name": "GPL-2.0+",
+ "type": "specialpage",
+ "SpecialPages": {
+ "TemplateSandbox": "SpecialTemplateSandbox"
+ },
+ "SpecialPageGroups": {
+ "TemplateSandbox": "wiki"
+ },
+ "MessagesDirs": {
+ "TemplateSandbox": [
+ "i18n"
+ ]
+ },
+ "ExtensionMessagesFiles": {
+ "TemplateSandbox": "TemplateSandbox.i18n.php",
+ "TemplateSandboxAlias": "TemplateSandbox.alias.php"
+ },
+ "AutoloadClasses": {
+ "TemplateSandboxHooks": "TemplateSandbox.hooks.php",
+ "SpecialTemplateSandbox": "SpecialTemplateSandbox.php"
+ },
+ "ResourceModules": {
+ "ext.TemplateSandbox": {
+ "scripts": "ext.TemplateSandbox.js",
+ "position": "bottom",
+ "localBasePath": "modules",
+ "remoteExtPath": "TemplateSandbox/modules"
+ }
+ },
+ "Hooks": {
+ "EditPage::importFormData": [
+ "TemplateSandboxHooks::importFormData"
+ ],
+ "EditPage::showStandardInputs:options": [
+ "TemplateSandboxHooks::injectOptions"
+ ],
+ "AlternateEditPreview": [
+ "TemplateSandboxHooks::templateSandboxPreview"
+ ]
+ },
+ "config": {
+ "TemplateSandboxEditNamespaces": [
+ 10
+ ]
+ }
+}
--
To view, visit https://gerrit.wikimedia.org/r/187473
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I3881772134ca0aa713055833ae2387902b40c366
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/TemplateSandbox
Gerrit-Branch: master
Gerrit-Owner: Legoktm <[email protected]>
Gerrit-Reviewer: Alex Monk <[email protected]>
Gerrit-Reviewer: Anomie <[email protected]>
Gerrit-Reviewer: Jackmcbarn <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits