Hi @jade_ ,
I think this is documented under 'Naviagtion tools' > 'placements'. For as far as I can tell it only seems possible if you use the Account or Course placement. I believe you can do this by adding the windowTarget: _blank parameter in your JSON. I`m not an expert on this though.
{
"title":"Cool Course Navigation Tool ",
"scopes":[],
"extensions":[
{
"domain":"coursenavexample.com",
"tool_id":"course-nav",
"platform":"canvas.instructure.com",
"settings":{
"text":"Cool Course Navigation Tool Text",
"icon_url":"https://some.icon.url",
"placements":[
{
"text":"Cool App Dashboard",
"enabled":true,
"icon_url":"https://some.icon.url",
"placement":"course_navigation",
"message_type":"LtiResourceLinkRequest",
"target_link_uri":"https://your.target_link_uri/your_dashboard",
"windowTarget": "_blank"
}
]
}
}
],
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.