mirror of
https://github.com/moodle/moodle.git
synced 2025-04-14 04:52:36 +02:00
MDL-73779 mod_lti: dynreg fix messages supported
This commit is contained in:
parent
c352b70022
commit
b4d9519c47
@ -51,8 +51,8 @@ $conf = [
|
||||
'https://purl.imsglobal.org/spec/lti-platform-configuration' => [
|
||||
'product_family_code' => 'moodle',
|
||||
'version' => $CFG->release,
|
||||
'messages_supported' => ['LtiResourceLinkRequest', 'LtiDeepLinkingRequest'],
|
||||
'placements' => ['AddContentMenu'],
|
||||
'messages_supported' => [['type' => 'LtiResourceLinkRequest'],
|
||||
['type' => 'LtiDeepLinkingRequest', 'placements' => ['ContentArea']]],
|
||||
'variables' => array_keys(lti_get_capabilities())
|
||||
]
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user