[ON HOLD] Include smartedit webApplicationInjector.js in schematics
See original GitHub issueWe need to resolve legal/security issues with webApplicationInjector.js
file first:
- what’s the licence of this file, can we change it?
- should we cover it in our security guidelines/checks?
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
Overview of the SmartEdit Framework Architecture
Web Application Injector : A JavaScript library that pushes the SmartEdit application and other resources into the website within the SmartEdit container's ...
Read more >How to configure Hybris smartedit to use spartacus in static ...
This results in HTTP 404, as there is no such file available. I have compiled Spartacus by running. ng build. Currently, my workaround...
Read more >SmartEdit Integration - Spartacus Documentation - SAP
The following steps are for configuring SmartEdit to work using the SmartEdit feature library. Build your Angular app, adding Spartacus libraries as normal....
Read more >Connecting SmartEdit to a Spartacus Storefront - SAP ...
Before you can connect, please make sure you have installed SAP ... First, I will copy the SmartEdit file, webApplicationInjector.js, ...
Read more >spartacus/smartedit
Spartacus Smart Edit can be added to the existing Spartacus application by running ng add @spartacus/smartedit . For more information about ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
In 3.2 we released
@spartacus/smartedit
as a standalone package containing the Smartedit integration with spartacus.In this package under
assets
directory we shipwebApplicationInjector.js
file.Additionally this package have schematics setup. When you run
ng add @spartacus/smartedit
it will configure integration in your application and add toangular.json
assets section of your application build glob that will copywebApplicationInjector.js
file when you build application.Hi guys! Any updates on it ?