Skip to content

Commit

Permalink
Add
Browse files Browse the repository at this point in the history
  • Loading branch information
Universal-Omega committed May 13, 2024
1 parent 53b0e44 commit d3d8220
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,16 @@
"oojs-ui-widgets"
]
},
"ext.createwiki.oouiform.wikiTags": {
"scripts": "ext.createwiki.oouiform.wikiTags.js",
"targets": [ "desktop", "mobile" ],
"messages": [
"createwiki-label-wiki-tags"
],
"dependencies": [
"oojs-ui-widgets"
]
},
"ext.createwiki.oouiform.styles": {
"targets": [ "desktop", "mobile" ],
"styles": "ext.createwiki.oouiform.ooui.less"
Expand All @@ -201,6 +211,11 @@
"public": true,
"value": []
},
"CreateWikiAvailableTags": {
"description": "Array. List of available wiki tags. $wgCreateWikiUseWikiTags must be set to true for this to do anything.",
"public": true,
"value": []
},
"CreateWikiDisallowedSubdomains": {
"description": "String or array. Regex to match for disallowed subdomains.",
"public": true,
Expand Down Expand Up @@ -372,6 +387,11 @@
"public": true,
"value": false
},
"CreateWikiUseWikiTags": {
"description": "Boolean. Whether to implement front-end logic for wiki tags.",
"public": true,
"value": false
},
"RequestWiki": {
"description": "Boolean. Whether RequestWiki should be enabled or not.",
"public": true,
Expand Down

0 comments on commit d3d8220

Please sign in to comment.