summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/ContactPage/extension.json
diff options
context:
space:
mode:
authorYaco <franco@reevo.org>2019-10-08 11:21:39 -0300
committerYaco <franco@reevo.org>2019-10-08 11:21:39 -0300
commitaf92be717a03ea9b95df6009314ab279ba765e98 (patch)
tree4181440998c50916860e89cfc02ddfc7309bebba /www/wiki/extensions/ContactPage/extension.json
parent2cbe322e2a4843f6acb39be0ddb991ce8765bca9 (diff)
agrega extension ContactPage
Diffstat (limited to 'www/wiki/extensions/ContactPage/extension.json')
-rw-r--r--www/wiki/extensions/ContactPage/extension.json48
1 files changed, 48 insertions, 0 deletions
diff --git a/www/wiki/extensions/ContactPage/extension.json b/www/wiki/extensions/ContactPage/extension.json
new file mode 100644
index 00000000..9a842c94
--- /dev/null
+++ b/www/wiki/extensions/ContactPage/extension.json
@@ -0,0 +1,48 @@
+{
+ "name": "ContactPage",
+ "version": "2.3",
+ "author": [
+ "Daniel Kinzler",
+ "Sam Reed"
+ ],
+ "url": "https://www.mediawiki.org/wiki/Extension:ContactPage",
+ "descriptionmsg": "contactpage-desc",
+ "license-name": "GPL-2.0-or-later",
+ "type": "specialpage",
+ "ExtensionMessagesFiles": {
+ "ContactPageAliases": "ContactPage.alias.php"
+ },
+ "MessagesDirs": {
+ "ContactPage": [
+ "i18n"
+ ]
+ },
+ "config": {
+ "ContactConfig": {
+ "default": {
+ "RecipientUser": null,
+ "SenderEmail": null,
+ "SenderName": null,
+ "RequireDetails": false,
+ "IncludeIP": false,
+ "RLModules": [],
+ "RLStyleModules": [],
+ "AdditionalFields": {
+ "Text": {
+ "label-message": "emailmessage",
+ "type": "textarea",
+ "required": true
+ }
+ }
+ }
+ }
+ },
+ "callback": "SpecialContact::onRegistration",
+ "SpecialPages": {
+ "Contact": "SpecialContact"
+ },
+ "AutoloadClasses": {
+ "SpecialContact": "includes/SpecialContact.php"
+ },
+ "manifest_version": 1
+}