Developing cloud add-on with ACE and implementing configurable settings

Hello, I am developing a cloud app with Atlassian Connect Express, and the add-on has need of configurable settings like on the picture.
How can I implement this configurable settings within the add-on, so the user can set up or specify preferences for the app.

You need to add in atlassian-connect.json:

    "configurePage": {
      "key": "config-page",
      "url": "/render/config",
      "name": {
        "value": "Configuration page"
      }
    },
1 Like