We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aabbf69 commit 54ce0d5Copy full SHA for 54ce0d5
extension.json
@@ -7,12 +7,12 @@
7
"license-name": "Apache-2.0",
8
"type": "validextensionclass",
9
"manifest_version": 1,
10
- "AutoloadClasses": {
+ "AutoloadClasses": {
11
"MultiCodeBlock": "includes/MultiCodeBlock.php"
12
},
13
- "Hooks": {
14
- "ParserFirstCallInit": "MultiCodeBlock::onParserFirstCallInit"
15
- },
+ "Hooks": {
+ "ParserFirstCallInit": "MultiCodeBlock::onParserFirstCallInit"
+ },
16
"ResourceModules": {
17
"ext.multicodeblock.styles": {
18
"localBasePath": "resources/ext.multicodeblock/css",
@@ -39,4 +39,4 @@
39
]
40
}
41
42
-}
+}
0 commit comments