summaryrefslogtreecommitdiff
path: root/extensions/TimedMediaHandler/MwEmbedModules/TimedText/TimedText.config.php
blob: 46547697bd40f63f9cfe75f49e612b8412059ce3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?php
	/**
	 * Do not edit this file instead use LocalSettings.php and
	 * $wgMwEmbedModuleConfig[ {configuration name} ] = value; format
	 */

	return array(
		// If the Timed Text interface should be displayed:
		// 'always' Displays link and call to contribute always
		// 'auto' Looks for child timed text elements or "apiTitleKey" & load interface
		// 'off' Does not display the timed text interface
		"TimedText.ShowInterface" => "auto",

		/**
		* If the "add timed text" link / interface should be exposed
		* allows usere to upload text files to the wiki
		*/
		'TimedText.ShowAddTextLink' => false,

		// If the link to request a transcript should be shown on video files
		'TimedText.ShowRequestTranscript' => false,

		// The category for listing videos that need transcription:
		'TimedText.NeedsTranscriptCategory' => 'Videos needing subtitles',

		// The default bottom text padding
		'TimedText.BottomPadding' => 10,

		// Height of black box below video.
		'TimedText.BelowVideoBlackBoxHeight' => 40
	);