nixos/hosts/vm/mediakiwi/FullCalendar/extension.json

46 lines
1011 B
JSON

{
"name": "FullCalendar",
"version": "0.1.0",
"author": [
"Crans"
],
"url": "",
"license-name": "GPL-3.0+",
"description": "",
"type": "parserhook",
"requires": {
"MediaWiki": ">= 1.39.0"
},
"ResourceModules": {
"ext.fullcalendar": {
"scripts": [
"ical.es5.cjs",
"fullcalendar7/fullcalendar.global.js",
"fullcalendar7/themes/breezy/global.js",
"fullcalendar7/locales-all/global.js",
"fullcalendar7/fullcalendar-ical.js",
"init.js"
],
"styles": [
"fullcalendar7/skeleton.css",
"fullcalendar7/themes/breezy/theme.css",
"fullcalendar7/themes/breezy/palettes/rose.css"
]
}
},
"ResourceFileModulePaths": {
"localBasePath": "resources",
"remoteExtPath": "fullcalendar/resources"
},
"AutoloadClasses": {
"FullCalendar": "includes/FullCalendar.php"
},
"ExtensionMessagesFiles": {
"FullCalendarMagic": "FullCalendarMagic.i18n.php"
},
"Hooks": {
"ParserFirstCallInit": "FullCalendar::onParserFirstCallInit"
},
"manifest_version": 2
}