Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • id - Should match the component id you used in your component repo

  • name - Should match the component name you used in your component repo

  • type - ai_internal_v1 for internal and external for external components.

  • owner - Owner of the component

  • description - Description of the component

  • ui_injection_id - You can skip this.

    • asset types are the only supported injection point with the current version of components, meaning, the _install, _update, _setup, _uninstall, and _teardown scripts are only triggered by asset types getting the component setup through the modal in IA, as well as the asset types that have it set up getting updated or deleted

  • min_ia_version - This is the IA version on which this MFE was tested.

  • repo_url - The url to the components repository you created from the template

  • mfe_url - The url to your MFE (e.g. https://cdn.jsdelivr.net/gh/ParentRepo/tst-TestRepo@main/dist/tst_TestRepo.js)

...