You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.
Currently, all application artifacts (widgets, pages, flows, layouts...) are prebundled using the laxar-loader for webpack.
Sometimes it is desirable to add or replace individual items, e.g. to load user-defined pages from a REST-service.
To implement this feature, we could allow to decorate the axArtifactsProvider through the application configuration (which would be created with a reference to the original provider).
The text was updated successfully, but these errors were encountered:
Currently, all application artifacts (widgets, pages, flows, layouts...) are prebundled using the laxar-loader for webpack.
Sometimes it is desirable to add or replace individual items, e.g. to load user-defined pages from a REST-service.
To implement this feature, we could allow to decorate the axArtifactsProvider through the application configuration (which would be created with a reference to the original provider).
The text was updated successfully, but these errors were encountered: