https://bugzilla.wikimedia.org/show_bug.cgi?id=44682

Nischay Nahata <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |ASSIGNED

--- Comment #8 from Nischay Nahata <[email protected]> ---
Sorry the above code is erroneous, you can use

$wgUploadWizardConfig = array( 
    'licenses' => array( 
        'custom' => array(
                'msg' => 'mwe-upwiz-license-cc-by-sa-3.0',
                'icons' => array( 'cc-by', 'cc-sa' ),
                'url' => '//creativecommons.org/licenses/by-sa/3.0/'
        )
    ),
    'licensesOwnWork' => array(
        'type' => 'or',
        'filterTemplate' => 'self',
        'licenses' => array(
            'custom'
        ),
    ),
);

in LocalSettings.php

after applying https://gerrit.wikimedia.org/r/#/c/49849/

This shows me the license under own work, similarly you can do for third party
licenses.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to