Create iframe UI plugins #42708
Labels
AIP-68
Extended Plugin Interface for React Views
AIP-84
Modern Rest API
area:API
Airflow's REST/HTTP API
area:plugins
area:UI
Related to UI/UX. For Frontend Developers.
Simpler than react components for plugins, we allow users to just render a webpage inside of an iframe.
This will take the same spec as react components as specified in #42702 but the
ui_view.type
needs to be"iframe"
and aniframe_link
needs to be specified.Then a
GET /plugins
endpoint on FastAPI will need to read from the plugins manager and send the plugin spec to the UI. The UI can then render the url in an iframe.Later on, we will need to add support passing props to the iframe via url parameters to load the right page.
The text was updated successfully, but these errors were encountered: