summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/Description2/extension.json
diff options
context:
space:
mode:
authorYaco <franco@reevo.org>2020-06-04 11:01:00 -0300
committerYaco <franco@reevo.org>2020-06-04 11:01:00 -0300
commitfc7369835258467bf97eb64f184b93691f9a9fd5 (patch)
treedaabd60089d2dd76d9f5fb416b005fbe159c799d /www/wiki/extensions/Description2/extension.json
first commit
Diffstat (limited to 'www/wiki/extensions/Description2/extension.json')
-rw-r--r--www/wiki/extensions/Description2/extension.json31
1 files changed, 31 insertions, 0 deletions
diff --git a/www/wiki/extensions/Description2/extension.json b/www/wiki/extensions/Description2/extension.json
new file mode 100644
index 00000000..1cd1ba50
--- /dev/null
+++ b/www/wiki/extensions/Description2/extension.json
@@ -0,0 +1,31 @@
+{
+ "name": "Description2",
+ "version": "0.4.0",
+ "author": [
+ "[http://danf.ca/mw/ Daniel Friesen]"
+ ],
+ "url": "https://www.mediawiki.org/wiki/Extension:Description2",
+ "descriptionmsg": "description2-desc",
+ "license-name": "GPL-2.0+",
+ "type": "other",
+ "config": {
+ "EnableMetaDescriptionFunctions": false
+ },
+ "AutoloadClasses": {
+ "Description2": "Description2.class.php"
+ },
+ "ExtensionMessagesFiles": {
+ "Description2Magic": "Description2.i18n.magic.php"
+ },
+ "MessagesDirs": {
+ "Description2": [
+ "i18n"
+ ]
+ },
+ "Hooks": {
+ "OutputPageParserOutput": "Description2::onOutputPageParserOutput",
+ "ParserAfterTidy": "Description2::onParserAfterTidy",
+ "ParserFirstCallInit": "Description2::onParserFirstCallInit"
+ },
+ "manifest_version": 1
+}