mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
"MDL-19180, repository url plugin, download file into moodle by inputing url directly"
This commit is contained in:
parent
d3080510e4
commit
da2946c984
9 changed files with 105 additions and 9 deletions
|
@ -78,7 +78,7 @@ class repository_youtube extends repository {
|
|||
$search->label = get_string('search', 'repository_youtube').': ';
|
||||
$ret['login'] = array($search);
|
||||
$ret['login_btn_label'] = get_string('search');
|
||||
$ret['login_search_form'] = true;
|
||||
$ret['login_btn_action'] = 'search';
|
||||
return $ret;
|
||||
}
|
||||
public function supported_return_value() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue