SemanticExtraSpecialProperties/extension.json

78 行
2.1 KiB
JSON

2018-03-31 18:39:29 +08:00
{
"name": "SemanticExtraSpecialProperties",
2023-12-26 07:23:08 +08:00
"version": "3.0.5",
2018-03-31 18:39:29 +08:00
"author": [
"Leo Wallentin",
2023-03-09 01:29:20 +08:00
"James Hong Kong",
"[https://professional.wiki/ Professional Wiki]",
"[https://github.com/SemanticMediaWiki/SemanticExtraSpecialProperties/graphs/contributors ...]"
2018-03-31 18:39:29 +08:00
],
"url": "https://github.com/SemanticMediaWiki/SemanticExtraSpecialProperties/",
"descriptionmsg": "sesp-desc",
"namemsg": "sesp-name",
"license-name": "GPL-2.0-or-later",
"type": "semantic",
"requires": {
"MediaWiki": ">= 1.35",
"extensions": {
"SemanticMediaWiki": "*"
}
2018-03-31 18:39:29 +08:00
},
"MessagesDirs": {
"SemanticExtraSpecialProperties": [
"i18n"
]
},
"callback": "SESP\\Hook::callback",
2021-08-27 05:55:41 +08:00
"AutoloadNamespaces": {
"SESP\\": "src/"
},
"ConfigRegistry": {
"sespg": "SESP\\Config::newInstance"
},
"config_prefix": "sespg",
2021-08-27 05:55:41 +08:00
"config": {
"UseFixedTables": {
"value": false,
"path": false,
"description": "To setup properties as fixed properties in order to improve data access",
"descriptionmsg": "sesp-config-uses-fixed-tables"
},
"DefinitionsFile": {
"value": "data/definitions.json",
"path": true,
"description": "Location of the property definitions",
"descriptionmsg": "sesp-config-definitions-file"
},
"LocalDefinitions": {
"value": [],
"path": false,
"description": "Specifies local definitions",
"descriptionmsg": "sesp-config-local-definitions"
},
"EnabledPropertyList": {
"value": [],
"path": false,
"description": "Specifies the enabled properties",
"descriptionmsg": "sesp-config-enabled-property-list"
},
"LabelCacheVersion": {
"value": "2018.03",
"path": false,
"description": "Specifies an internal cache modifier",
"descriptionmsg": "sesp-config-label-cache-version"
},
"ExcludeBotEdits": {
"value": false,
"path": false,
"description": "Should edits via user accounts in usergroup \"bot\" be ignored when storing data for the special properties?",
"descriptionmsg": "sesp-config-exclude-bot-edits"
2021-08-27 05:55:41 +08:00
}
},
"Hooks": {
"SetupAfterCache": "SESP\\Hook::onSetupAfterCache"
},
"load_composer_autoloader": true,
"manifest_version": 2
2018-03-31 18:39:29 +08:00
}