6.0.12

What's new

  • Publishing an Integration update no longer replaces the Webhook (or a FormTrigger, or any other component with a URL in the Inspector) URL in the Integration Template with the URL from the Integration Draft flow.

  • Added support to change the limit (page size) in the appmixer.ui.Integrations widget.

const integrations = appmixer.ui.Integrations({ el: '#widget' });

integrations.state('query', {
    ...integrations.state('query'),
    limit: 3,
});

Last updated

Was this helpful?