Skip to content

Commit

Permalink
Create extension.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffw16 authored Oct 17, 2020
1 parent 2ca52d9 commit b360f8b
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions extension.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "MyWikis DMCA Compliance",
"author": "MyWikis LLC",
"url": "https://www.mywikis.com/dmca",
"description": "Adds DMCA compliance to this wiki.",
"version": "1.0",
"license-name": "(c) MyWikis",
"type": "other",
"manifest_version": 2,
"MessagesDirs": {
"MyWikisDMCA": [
"i18n"
]
},
"Hooks": {
"SkinTemplateOutputPageBeforeExec": "MyWikisDMCAHooks::onSkinTemplateOutputPageBeforeExec"
},
"AutoloadClasses": {
"MyWikisDMCAHooks": "MyWikisDMCA.hooks.php"
}
}

0 comments on commit b360f8b

Please sign in to comment.