Skip to content

Generic UIX plugin

This plugin allows you to use custom UIX widget. The JS code can be placed on any web server.

Config

{
  "uix_source": "<url-of-uix-source-code>",
  "props": {
    "<props_mapping>": "..."
  }
}