Add a custom AngularJS module to the News designer module requirements
If you want to load your custom AngularJS module in the default widget designer, you need to override the default designer JavaScript file. To do this, perform the following:
- In your SitefinityWebApp, create a folder and name it Scripts
- Inside folder
Mvc/Scripts/
, create a folder and name it News
- In folder
Mvc/Scripts/News/
, create a file designerview-simple.js
- In this file, paste the following code:
- In the designer module dependencies, add the additional module dependency.
- Save and close the file.