Index: trunk/extensions/UploadWizard/UploadWizard.config.php |
— | — | @@ -22,7 +22,7 @@ |
23 | 23 | 'autoCategory' => '', |
24 | 24 | |
25 | 25 | // Categories to list by default in the list of cats to add. |
26 | | - 'defaultCategories' => array( 'Foobar', 'Locations' ), |
| 26 | + 'defaultCategories' => array(), |
27 | 27 | |
28 | 28 | // WikiText to automatically (and silently) add to all uploaded images. |
29 | 29 | 'autoWikiText' => '', |
— | — | @@ -31,6 +31,16 @@ |
32 | 32 | // Possible values: choice, own, notown |
33 | 33 | 'ownWorkOption' => 'choice', |
34 | 34 | |
| 35 | + // Name of the tutorial on Wikimedia Commons. The $1 is replaced with the language desired. |
| 36 | + 'tutorialTemplate' => 'Licensing_tutorial_$1.svg', |
| 37 | + |
| 38 | + // The width we want to scale the tutorial to, for our interface. |
| 39 | + 'tutorialWidth' => 720, |
| 40 | + |
| 41 | + // Imagemap coordinates of the "helpdesk" button at the bottom, which is supposed to be clickable. |
| 42 | + // Empty string or false to not have an imagemap linked to the helpdesk. |
| 43 | + 'tutorialHelpdeskCoords' => '27, 1319, 691, 1384', |
| 44 | + |
35 | 45 | // 'licenses' is a list of licenses you could possibly use elsewhere, for instance in |
36 | 46 | // licensesOwnWork or licensesThirdParty. |
37 | 47 | // It just describes what licenses go with what wikitext, and how to display them in |