MacroConfig and UI kit 2

Thanks @BeauWilliams.
Yes, I want to know where to define the Config component in UI kit 2, both in term of in which file to put the config and how to define the manifest.

Specifically, when defining in the manifest what the function is for the config, I have to put it in the index.js file, the one that runs backend code.
It seems incorrect to define dependencies to @forge/ui in the backend part of UI kit 2.

I don’t know how to reference the config in the manifest file to be part of the frontend code of UI kit 2.

In the current configuration (see initial post), I end up with an error in the UI and the javascript console.

POST https://***.atlassian.net/gateway/api/engage-targeting/api/v2/user/messages/public-links-share-pulse/start 409 (Conflict)
POST https://***.atlassian.net/gateway/api/engage-targeting/api/v2/user/messages/public-links-share-pulse/start 409 (Conflict)

Any example on how to define correctly a macro configuration using UI kit 2 ?

Thanks :slight_smile: