We are hoping to create a settings page for our forge application using a jira:adminPage module. This page would essentially contain a list of the user’s Jira projects with a toggle next to each one.
We would like to conditionally display a jira:projectPage module based on this configuration. If the user has toggled on for a given project, it is displayed in the sidebar. If it is toggled off, it is not displayed in the sidebar.
The current manifest documentation for displayConditions seems to say this is not possible, though this was possible in connect.
Is there a way to accomplish this on the forge platform?