first commit
This commit is contained in:
31
extension.json
Normal file
31
extension.json
Normal file
@ -0,0 +1,31 @@
|
||||
{
|
||||
"name": "ProgrammaticalCSS",
|
||||
"author": "Samuel Maenle",
|
||||
"url": "https://git.maenle.net/diocloid/ProgrammaticalCSS",
|
||||
"description": "This MediaWiki extension loads CSS based on authentication of user",
|
||||
"type": "parserhook",
|
||||
"version": "1.0",
|
||||
"license-name": "AGPL-3.0-only",
|
||||
"manifest_version": 2,
|
||||
"AutoloadClasses": {
|
||||
"ProgrammaticalCSSHooks": "includes/ProgrammaticalCSSHooks.php"
|
||||
},
|
||||
"Hooks": {
|
||||
"BeforePageDisplay": [
|
||||
"ProgrammaticalCSSHooks::onBeforePageDisplay"
|
||||
]
|
||||
},
|
||||
"ResourceModules": {
|
||||
"ext.programmaticalcss": {
|
||||
"styles": [
|
||||
"/resources/ext.ProgrammaticalCSS.css"
|
||||
],
|
||||
"position": "top"
|
||||
}
|
||||
},
|
||||
"ResourceFileModulePaths": {
|
||||
"localBasePath": "",
|
||||
"remoteExtPath": "ProgrammaticalCSS"
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user