|
446 | 446 | get_string('opencaststudiobaseurl', 'block_opencast'), |
447 | 447 | get_string('opencaststudiobaseurl_desc', 'block_opencast'), '')); |
448 | 448 |
|
449 | | - $additionalsettings->add( |
450 | | - new admin_setting_configtext('block_opencast/lticonsumerkey_' . $instance->id, |
451 | | - get_string('lticonsumerkey', 'block_opencast'), |
452 | | - get_string('lticonsumerkey_desc', 'block_opencast'), "")); |
453 | | - |
454 | | - $additionalsettings->add( |
455 | | - new admin_setting_configpasswordunmask('block_opencast/lticonsumersecret_' . $instance->id, |
456 | | - get_string('lticonsumersecret', 'block_opencast'), |
457 | | - get_string('lticonsumersecret_desc', 'block_opencast'), "")); |
458 | | - |
459 | 449 | // Studio redirect button settings. |
460 | 450 | $additionalsettings->add( |
461 | 451 | new admin_setting_configcheckbox('block_opencast/show_opencast_studio_return_btn_' . $instance->id, |
|
498 | 488 | get_string('editorendpointurl', 'block_opencast'), |
499 | 489 | get_string('editorendpointurl_desc', 'block_opencast'), "/editor-ui/index.html?mediaPackageId=")); |
500 | 490 |
|
501 | | - // LTI Consumer Key for the editor alone. |
502 | | - $additionalsettings->add( |
503 | | - new admin_setting_configtext('block_opencast/editorlticonsumerkey_' . $instance->id, |
504 | | - get_string('editorlticonsumerkey', 'block_opencast'), |
505 | | - get_string('editorlticonsumerkey_desc', 'block_opencast'), "")); |
506 | | - |
507 | | - // LTI Consumer Secret for the editor alone. |
508 | | - $additionalsettings->add( |
509 | | - new admin_setting_configpasswordunmask('block_opencast/editorlticonsumersecret_' . $instance->id, |
510 | | - get_string('editorlticonsumersecret', 'block_opencast'), |
511 | | - get_string('editorlticonsumersecret_desc', 'block_opencast'), "")); |
512 | | - |
513 | 491 | // Opencast Video Player in additional feature settings. |
514 | 492 | $additionalsettings->add( |
515 | 493 | new admin_setting_heading('block_opencast/opencast_access_video_' . $instance->id, |
|
522 | 500 | get_string('engageurl', 'block_opencast'), |
523 | 501 | get_string('engageurl_desc', 'block_opencast'), "")); |
524 | 502 |
|
525 | | - // LTI Consumer Key for the video player. |
526 | | - $additionalsettings->add( |
527 | | - new admin_setting_configtext('block_opencast/engagelticonsumerkey_' . $instance->id, |
528 | | - get_string('engagelticonsumerkey', 'block_opencast'), |
529 | | - get_string('engagelticonsumerkey_desc', 'block_opencast'), "")); |
530 | | - |
531 | | - // LTI Consumer Secret for the video player. |
532 | | - $additionalsettings->add( |
533 | | - new admin_setting_configpasswordunmask('block_opencast/engagelticonsumersecret_' . $instance->id, |
534 | | - get_string('engagelticonsumersecret', 'block_opencast'), |
535 | | - get_string('engagelticonsumersecret_desc', 'block_opencast'), "")); |
536 | | - |
537 | 503 | // Notifications in additional features settings. |
538 | 504 | $additionalsettings->add( |
539 | 505 | new admin_setting_heading('block_opencast/notifications_' . $instance->id, |
|
0 commit comments