mirror of
https://github.com/moodle/moodle.git
synced 2025-07-25 00:02:18 +02:00
Created a new admin page for managing LTI tool types within Moodle. The new page streamlines adding a new tool and allows the admin to add a tool using either a cartridge or a registration URL.
1 line
475 B
JavaScript
1 line
475 B
JavaScript
define([],function(){return{NEW_TOOL_TYPE:"lti.tool.type.new",START_EXTERNAL_REGISTRATION:"lti.registration.external.start",STOP_EXTERNAL_REGISTRATION:"lti.registration.external.stop",START_CARTRIDGE_REGISTRATION:"lti.registration.cartridge.start",STOP_CARTRIDGE_REGISTRATION:"lti.registration.cartridge.stop",REGISTRATION_FEEDBACK:"lti.registration.feedback",CAPABILITIES_AGREE:"lti.tool.type.capabilities.agree",CAPABILITIES_DECLINE:"lti.tool.type.capabilities.decline"}}); |