{
	"name": "SemanticExtraSpecialProperties",
	"version": "3.0.5",
	"author": [
		"Leo Wallentin",
        "James Hong Kong",
		"[https://professional.wiki/ Professional Wiki]",
		"[https://github.com/SemanticMediaWiki/SemanticExtraSpecialProperties/graphs/contributors ...]"
	],
	"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": "*"
		}
	},
	"MessagesDirs": {
		"SemanticExtraSpecialProperties": [
			"i18n"
		]
	},
	"callback": "SESP\\Hook::callback",
	"AutoloadNamespaces": {
		"SESP\\": "src/"
	},
	"ConfigRegistry": {
		"sespg": "SESP\\Config::newInstance"
	},
	"config_prefix": "sespg",
	"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"
		}
	},
	"Hooks": {
		"SetupAfterCache": "SESP\\Hook::onSetupAfterCache"
	},
	"load_composer_autoloader": true,
	"manifest_version": 2
}
