I'd like to modify an existing widget (for example NearMe or Incident Analysis) and end up with my version and the original available to use in apps.
What is the best process for this?
Aside from changing names in the user interface for the widget what else would need to change?
Mike,
You would have to search the html, js code and css for the widgets name and re-name those incidences.
Thanks Robert.
That seems pretty straightforward.
grep here I come!
-Mike
Also do not forget the manifest.json file.
Right.