Index: trunk/extensions/UploadWizard/UploadWizard.config.php |
— | — | @@ -18,9 +18,12 @@ |
19 | 19 | // If the uploaded file should be auto categorized |
20 | 20 | 'autoCategory' => false, |
21 | 21 | |
22 | | - // This is the set of licenses available |
23 | | - // under normal circumstances, the license name is the name of the wikitext template to insert |
24 | | - // for those that aren't, there is a wikitext property |
| 22 | + // 'licenses' is a list of licenses you could possibly use elsewhere, for instance in |
| 23 | + // licensesOwnWork or licensesThirdParty. |
| 24 | + // It just describes what licenses go with what wikitext, and how to display them in |
| 25 | + // a menu of license choices. There probably isn't any reason to delete any entry here. |
| 26 | + // Under normal circumstances, the license name is the name of the wikitext template to insert. |
| 27 | + // For those that aren't, there is a "templates" property. |
25 | 28 | 'licenses' => array( |
26 | 29 | 'cc-by-sa-3.0' => array( |
27 | 30 | 'msg' => 'mwe-upwiz-license-cc-by-sa-3.0', |