In V7/8 the uses its own UIProvider to inject its views into an existing application. To support V24, we need to find other means since there's no UIProvider. Since the kit is accessible only in development mode, the devtool gizmo could be used to show some information, but the kit needs also proper views with multiple components (e.g. grids, fields, etc.).
To do so, @tarekoraby suggested to adopt the same approach the Theme Editor uses for its view builder: let's discuss how a similar approach can be used for AppSec Kit.
In V7/8 the uses its own
UIProvider
to inject its views into an existing application. To support V24, we need to find other means since there's noUIProvider
. Since the kit is accessible only in development mode, the devtool gizmo could be used to show some information, but the kit needs also proper views with multiple components (e.g. grids, fields, etc.).To do so, @tarekoraby suggested to adopt the same approach the Theme Editor uses for its view builder: let's discuss how a similar approach can be used for AppSec Kit.