Commit f7db1828 authored by Robert Lyon's avatar Robert Lyon
Browse files

Bug 1681293: Allow Blackboard specific LTI params



behatnotneeded

Change-Id: Ica07b2009e06269ac2845d1620fd6434a36b9bbc
Signed-off-by: default avatarRobert Lyon <robertl@catalyst.net.nz>
parent 703af39e
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -72,6 +72,10 @@ class module_lti_launch extends external_api {
                'custom_canvas_user_id' => new external_value(PARAM_TEXT, 'LTI custom_canvas_user_id', VALUE_OPTIONAL),
                'custom_canvas_user_login_id' => new external_value(PARAM_TEXT, 'LTI custom_canvas_user_login_id', VALUE_OPTIONAL),
                'custom_canvas_workflow_state' => new external_value(PARAM_TEXT, 'LTI custom_canvas_workflow_state', VALUE_OPTIONAL),

                // Blackboard specific LTI params
                'ext_launch_id' => new external_value(PARAM_TEXT, 'Blackboard ext_launch_id', VALUE_OPTIONAL),
                'ext_launch_presentation_css_url' => new external_value(PARAM_URL, 'Blackboard ext_launch_presentation_css_url', VALUE_OPTIONAL),
            )
        );
    }