Hi!
I’ve got an adminPage module here is that part of the manifest.yml
jira:adminPage:
- key: admin-config
resource: main
resolver:
endpoint: cloudflare-remote
title: Configuration
useAsConfig: true
- key: getting-started
resource: main
resolver:
endpoint: cloudflare-remote
title: MyPlugin
useAsGetStarted: true
Like this Forge displays a “Get Started” and a “Configure” button on the application management page.
But how do I disable or remove the “Get Started” button if the Getting started process is finished? Can I somehow trigger it dynamically from the custom ui react app?
Please help me with that!
Thank you very much in advance.