Hi @SMalone703
The placement options are part of the app/LTI installation/configuration. if you are installing an LTI 1.3 app and creating a developer key as part of the installation, you can adjust the placement options as part of the developer key settings.
For LTI 1.1 apps, it's more complicated. If the app is configured by pasting XML, you can edit XML to include additional placements for the app. If the app is configured by URL, that is directing you to an XML configuration file, and you can go to the URL and download the XML file, then edit the contents of the XML configuration file to include extra placements, then install the app using "Paste XML" instead of "By URL" and paste your modified XML.
The placement for the course menu is "course_navigation", and it requires inserting XML in the configuration that looks something like
<blti:extensions platform="canvas.instructure.com">
<lticm:property name="privacy_level">public</lticm:property>
<lticm:options name="course_navigation">
<lticm:property name="enabled">true</lticm:property>
</lticm:options>
</blti:extensions>
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.