From d3d8220803bf4f8b4cce0a006743df3655966dfe Mon Sep 17 00:00:00 2001 From: CosmicAlpha Date: Mon, 13 May 2024 10:31:36 -0600 Subject: [PATCH] Add --- extension.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/extension.json b/extension.json index be441a8b9..891c0535d 100644 --- a/extension.json +++ b/extension.json @@ -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" @@ -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, @@ -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,